apischema icon indicating copy to clipboard operation
apischema copied to clipboard

Bump typedload from 2.15 to 2.17 in /benchmark

Open dependabot[bot] opened this issue 2 years ago • 0 comments

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 are Literal annotated

2.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 are Literal annotated

2.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/newver
  • fad73e5 prepare for release
  • 730d06f Merge pull request #322 from ltworf/3.11bump
  • e4a21c2 Use latest 3.11 beta
  • 6973c1a Merge pull request #321 from ltworf/comparison
  • 2b544a5 Mention that the api is stable
  • 21c0fce Mention that pydantic breaks API all the time
  • 6967a57 Merge pull request #319 from ltworf/fixidiocy
  • bf0f697 What I wanted there was intersection
  • dd1b57b Add test where not all the classes have the same literal fields
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

dependabot[bot] avatar Aug 01 '22 15:08 dependabot[bot]