machinable
machinable copied to clipboard
:arrow_up: Bump pydantic from 1.10.1 to 1.10.2
Bumps pydantic from 1.10.1 to 1.10.2.
Release notes
Sourced from pydantic's releases.
v1.10.2 (2022-09-05)
- Revert Change: Revert percent encoding of URL parts which was originally added in #4224, #4470 by
@samuelcolvin- Prevent long (length >
4_300) strings/bytes as input to int fields, see python/cpython#95778 and CVE-2020-10735, #1477 by@samuelcolvin- fix: dataclass wrapper was not always called, #4477 by
@PrettyWood- Use
tomllibon Python 3.11 when parsingmypyconfiguration, #4476 by@hauntsaninja- Basic fix of
GenericModelcache to detect order of arguments inUnionmodels, #4474 by@sveinugu- Fix mypy plugin when using bare types like
listanddictasdefault_factory, #4457 by@samuelcolvinFull Changelog: https://github.com/pydantic/pydantic/compare/v1.10.1...v1.10.2
Changelog
Sourced from pydantic's changelog.
v1.10.2 (2022-09-05)
- Revert Change: Revert percent encoding of URL parts which was originally added in #4224, #4470 by
@samuelcolvin- Prevent long (length >
4_300) strings/bytes as input to int fields, see python/cpython#95778 and CVE-2020-10735, #1477 by@samuelcolvin- fix: dataclass wrapper was not always called, #4477 by
@PrettyWood- Use
tomllibon Python 3.11 when parsingmypyconfiguration, #4476 by@hauntsaninja- Basic fix of
GenericModelcache to detect order of arguments inUnionmodels, #4474 by@sveinugu- Fix mypy plugin when using bare types like
listanddictasdefault_factory, #4457 by@samuelcolvin
Commits
bc74342prepare for v1.10.2f1e9883fix: dataclass wrapper was not always called (#4484)91bb8d4Basic fix of GenericModel cache to detect order of args in Union models [#447...eccd85eprevent long strings as int inputs (#4480)a4367c1Revert percent encoding in URLs. (#4470)02cf7f5fix mypy withdefault_factory=listetc. (#4471)5a2ddecUse tomllib on Python 3.11 (#4476)317bef3build(deps): bump black from 22.6.0 to 22.8.0 (#4465)2add8a9build(deps): bump hypothesis from 6.54.3 to 6.54.4 (#4464)f1fb4f2build(deps): bump mkdocs-material from 8.4.0 to 8.4.2 (#4463)- 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 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 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)