Bump pydantic from 1.7.2 to 1.7.4 in /FastAPIDocker
Bumps pydantic from 1.7.2 to 1.7.4.
Release notes
Sourced from pydantic's releases.
v1.7.4 (2021-05-11)
Security fix: Fix
dateanddatetimeparsing so passing either'infinity'orfloat('inf')(or their negative values) does not cause an infinite loop, see security advisory CVE-2021-29510.v1.7.3 (2020-11-30)
See Changelog.
Thank you to pydantic's sponsors:
@timdrijvers,@BCarley,@chdsbd,@tiangolo,@matin,@linusg,@kevinalh,@jorgecarleitao,@koxudaxi,@primer-api,@mkeen,@meadstevefor their kind support.
- fix: set right default value for required (optional) fields, #2142 by
@PrettyWood- fix: support
underscore_attrs_are_privatewith generic models, #2138 by@PrettyWood- fix: update all modified field values in
root_validatorwhenvalidate_assignmentis on, #2116 by@PrettyWood- Allow pickling of
pydantic.dataclasses.dataclassdynamically created from a built-indataclasses.dataclass, #2111 by@aimestereo- Fix a regression where Enum fields would not propagate keyword arguments to the schema, #2109 by
@bm424- Ignore
__doc__as private attribute whenConfig.underscore_attrs_are_privateis set, #2090 by@PrettyWood
Changelog
Sourced from pydantic's changelog.
v1.7.4 (2021-05-11)
- Security fix: Fix
dateanddatetimeparsing so passing either'infinity'orfloat('inf')(or their negative values) does not cause an infinite loop, See security advisory CVE-2021-29510v1.7.3 (2020-11-30)
Thank you to pydantic's sponsors:
@timdrijvers,@BCarley,@chdsbd,@tiangolo,@matin,@linusg,@kevinalh,@jorgecarleitao,@koxudaxi,@primer-api,@mkeen,@meadstevefor their kind support.
- fix: set right default value for required (optional) fields, #2142 by
@PrettyWood- fix: support
underscore_attrs_are_privatewith generic models, #2138 by@PrettyWood- fix: update all modified field values in
root_validatorwhenvalidate_assignmentis on, #2116 by@PrettyWood- Allow pickling of
pydantic.dataclasses.dataclassdynamically created from a built-indataclasses.dataclass, #2111 by@aimestereo- Fix a regression where Enum fields would not propagate keyword arguments to the schema, #2109 by
@bm424- Ignore
__doc__as private attribute whenConfig.underscore_attrs_are_privateis set, #2090 by@PrettyWood
Commits
e3d1c16tweak historyb3ecf68comment out broken tests4c1fea6hack tests into passingf461cb0prepare for release80e0dd3Merge pull request from GHSA-5jqp-qgf6-3pvh00a128atempoarily pin pip08922c3uprev and add historyb1bb6e0Fix #2111: support pickle for built-in dataclasses (#2114)9ae40a2fix: set right default value for required (optional) fields (#2143)0d2b4d6fix: supportunderscore_attrs_are_privatewith generic models (#2139)- 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.