Skip to content

chore(deps): update adaptix requirement from >=3.0.0b11 to >=3.0.0b12#29

Merged
draincoder merged 1 commit into
masterfrom
dependabot/pip/adaptix-gte-3.0.0b12
Jul 5, 2026
Merged

chore(deps): update adaptix requirement from >=3.0.0b11 to >=3.0.0b12#29
draincoder merged 1 commit into
masterfrom
dependabot/pip/adaptix-gte-3.0.0b12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on adaptix to permit the latest version.

Release notes

Sourced from adaptix's releases.

v3.0.0b12 — Improved stability

  • 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.

Commits
  • 03ef02f Increment library version
  • 580a378 Update changelog
  • 1548cd7 Remove JSON Schema doc from toctree
  • 9b2d4ce Merge pull request #444 from reagento/doc/conversion-name-flattening
  • 5bdea86 Add link_function_structure_flattening example, some doc fixes, adjust doc style
  • 192212e Merge pull request #443 from reagento/new-generate_json_schemas_namespace
  • 3050e96 Add new generate_json_schemas_namespace signature
  • c10f1cf Merge pull request #442 from reagento/pyinstaller
  • 2dc6f9a Add known-issues.rst with PyInstaller
  • 9d99175 Merge pull request #437 from reagento/pr-408
  • 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.0b11...v3.0.0b12)

---
updated-dependencies:
- dependency-name: adaptix
  dependency-version: 3.0.0b12
  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 Jul 3, 2026
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL1041486% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
7 0 💤 0 ❌ 0 🔥 0.634s ⏱️

@draincoder draincoder merged commit 8b7116e into master Jul 5, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/adaptix-gte-3.0.0b12 branch July 5, 2026 12:22
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.

1 participant