ValorantAPI
ValorantAPI copied to clipboard
:arrow_up: Bump pydantic-core from 2.18.1 to 2.18.2
Bumps pydantic-core from 2.18.1 to 2.18.2.
Release notes
Sourced from pydantic-core's releases.
v2.18.2 2024-04-22
What's Changed
- Support multiple zeros as an
intby@samuelcolvinin pydantic/pydantic-core#1269- Fix validation of
ints with leading unary plus by@cknvin pydantic/pydantic-core#1272- Fix interaction between
extra != 'ignore'andfrom_attributes=Trueby@davidhewittin pydantic/pydantic-core#1275- Handle error from
Enum'smissingfunction asValidationErrorby@sydney-runklein pydantic/pydantic-core#1274- Fix memory leak with
Iterablevalidation by@davidhewittin pydantic/pydantic-core#1271New Contributors
@cknvmade their first contribution in pydantic/pydantic-core#1272Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.18.1...v2.18.2
Commits
1cefeaeversion bump (#1277)a99729afix memory leak with iterable validation (#1271)f537a03Handle error fromEnum'smissingfunction asValidationError(#1274)3240277fix interaction betweenextra != 'ignore'andfrom_attributes=True(#1275)91c3541fix validation of ints with leading unary plus (#1272)4adf47fsupport multiple zeros as an int (#1269)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)