Skip to content

Update dependency adaptix to v3.0.0b12 - #115

Open
madnoberson wants to merge 1 commit into
mainfrom
renovate/adaptix-3.x
Open

Update dependency adaptix to v3.0.0b12#115
madnoberson wants to merge 1 commit into
mainfrom
renovate/adaptix-3.x

Conversation

@madnoberson

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
adaptix (changelog) project.dependencies patch ==3.0.0b11 -> ==3.0.0b12

Release Notes

reagento/adaptix (adaptix)

v3.0.0b12: — Improved stability

Compare Source

  • Improve formatting types inside generics for error messages

    Old error:

     adaptix.ProviderNotFoundError: Cannot produce dumper for type <class '__main__.Foo'>
     × Cannot create dumper for model. Dumpers for some fields cannot be created
     │ Location: ‹Foo›
     ╰──▷ Cannot create dumper for model. Dumpers for some fields cannot be created
        │ Location: ‹Foo.limit: __main__.MinMax[__main__.Bar]›
        ├──▷ Cannot create dumper for union. Dumpers for some union cases cannot be created
        │  │ Location: ‹__main__.MinMax[__main__.Bar].min: Optional[__main__.Bar]›
        │  ╰──▷ Cannot find dumper
        │       Location: ‹Bar›
        ╰──▷ Cannot create dumper for union. Dumpers for some union cases cannot be created
           │ Location: ‹__main__.MinMax[__main__.Bar].max: Optional[__main__.Bar]›
           ╰──▷ Cannot find dumper
                Location: ‹Bar›
    

    New error:

     adaptix.ProviderNotFoundError: Cannot produce dumper for type <class '__main__.Foo'>
       × Cannot create dumper for model. Dumpers for some fields cannot be created
       │ Location: ‹Foo›
       ╰──▷ Cannot create dumper for model. Dumpers for some fields cannot be created
          │ Location: ‹Foo.limit: MinMax[Bar]›
          ├──▷ Cannot create dumper for union. Dumpers for some union cases cannot be created
          │  │ Location: ‹MinMax[Bar].min: Optional[Bar]›
          │  ╰──▷ Cannot find dumper
          │       Location: ‹Bar›
          ╰──▷ Cannot create dumper for union. Dumpers for some union cases cannot be created
             │ Location: ‹MinMax[Bar].max: Optional[Bar]›
             ╰──▷ Cannot find dumper
                  Location: ‹Bar›
    
  • Add support for CPython 3.14

  • Add support for PyPy 3.11

See the full list of changes at changelog.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@codecov

codecov Bot commented Apr 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@madnoberson
madnoberson force-pushed the renovate/adaptix-3.x branch from b026c85 to f7a6ef2 Compare May 25, 2026 03:40
@madnoberson
madnoberson force-pushed the renovate/adaptix-3.x branch from f7a6ef2 to c2dbf1a Compare June 4, 2026 03:53
@madnoberson
madnoberson force-pushed the renovate/adaptix-3.x branch from c2dbf1a to 194859d Compare June 26, 2026 03:34
@madnoberson
madnoberson force-pushed the renovate/adaptix-3.x branch from 194859d to 8f169c3 Compare July 5, 2026 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants