Skip to content

Update adaptix requirement from >=3.0.0a5 to >=3.0.0b11#6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/adaptix-gte-3.0.0b11
Open

Update adaptix requirement from >=3.0.0a5 to >=3.0.0b11#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/adaptix-gte-3.0.0b11

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Updates the requirements on adaptix to permit the latest version.

Release notes

Sourced from adaptix's releases.

v3.0.0b11 — Redesigned error rendering

  • Completely redesigned error rendering system. All errors related to loader, dumper, and converter generation now utilize a new compact and intuitive display format. Error messages have also been substantially improved for clarity.

    Old error:

       | adaptix.AggregateCannotProvide: Cannot create loader for model. Loaders for some fields cannot be created (1 sub-exception)
       | Location: `Book`
       +-+---------------- 1 ----------------
         | adaptix.AggregateCannotProvide: Cannot create loader for model. Cannot fetch InputNameLayout (1 sub-exception)
         | Location: `Book.author: Person`
         +-+---------------- 1 ----------------
           | adaptix.CannotProvide: Required fields ['last_name'] are skipped
           | Location: `Book.author: Person`
           +------------------------------------
    

    The above exception was the direct cause of the following exception:

    Traceback (most recent call last): ... adaptix.ProviderNotFoundError: Cannot produce loader for type <class 'main.Book'> Note: The attached exception above contains verbose description of the problem

    New error:

     Traceback (most recent call last):
       ...
     adaptix.ProviderNotFoundError: Cannot produce loader for type <class '__main__.Book'>
       × Cannot create loader for model. Loaders for some fields cannot be created
       │ Location: ‹Book›
       ╰──▷ Cannot create loader for model. Cannot fetch `InputNameLayout`
          │ Location: ‹Book.author: Person›
          ╰──▷ Required fields ['last_name'] are skipped
    
  • Fix some nasty bugs with parametrized Pydantic models and parametrized TypeAlias

  • Minor backwards incompatible changes

See the full list of changes at changelog.

Commits
  • 0e41325 Merge pull request #387 from reagento/develop
  • 68975bc Add changelog
  • 3bb7d93 Increment library version
  • 44f7059 Add error_rendering replacing to AdornedConversionRetort
  • eaa0488 Merge pull request #386 from reagento/feature/type-proxying-improvements
  • d762e53 Extract interface from ErrorRenderer
  • 7eff0d1 Improve error after type proxying, fix handling of parametrized TypeAlias
  • cf56906 Merge pull request #385 from reagento/feature/refactor-iterable
  • a9ae609 Refactor Iterable processing, fix many bugs
  • 2ad06fe Merge pull request #383 from reagento/feature/impoved-errors
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [adaptix](https://github.com/reagento/adaptix) to permit the latest version.
- [Release notes](https://github.com/reagento/adaptix/releases)
- [Commits](reagento/adaptix@v3.0.0a5...v3.0.0b11)

---
updated-dependencies:
- dependency-name: adaptix
  dependency-version: 3.0.0b11
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants