apischema
apischema copied to clipboard
Bump typedload from 2.15 to 2.17 in /benchmark
Bumps typedload from 2.15 to 2.17.
Release notes
Sourced from typedload's releases.
2.17
- Support for NotRequired
- Document performance testing
- Improve performances when loading iterables
- Greatly improve performances when loading
Union
of objects that areLiteral
annotated2.16
- Add is_optional function
- Support new style union (A | B)
- Experimental support for PEP563
__future__.annotations
. READ ABOUT DEFERRED EVALUATION IN THE DOCUMENTATION.
Changelog
Sourced from typedload's changelog.
2.17
- Support for NotRequired
- Document performance testing
- Improve performances when loading iterables
- Greatly improve performances when loading
Union
of objects that areLiteral
annotated2.16
- Add is_optional function
- Support new style union (A | B)
- Experimental support for PEP563
__future__.annotations
. READ ABOUT DEFERRED EVALUATION IN THE DOCUMENTATION.
Commits
d78ee57
Merge pull request #324 from ltworf/newverfad73e5
prepare for release730d06f
Merge pull request #322 from ltworf/3.11bumpe4a21c2
Use latest 3.11 beta6973c1a
Merge pull request #321 from ltworf/comparison2b544a5
Mention that the api is stable21c0fce
Mention that pydantic breaks API all the time6967a57
Merge pull request #319 from ltworf/fixidiocybf0f697
What I wanted there was intersectiondd1b57b
Add test where not all the classes have the same literal fields- 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 merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)