Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pydantic to v1.10.7 #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pydantic ==1.10.4 -> ==1.10.7 age adoption passing confidence

Release Notes

pydantic/pydantic

v1.10.7: 2023-03-22

Compare Source

What's Changed

  • Fix creating schema from model using ConstrainedStr with regex as dict key, #​5223 by @​matejetz
  • Address bug in mypy plugin caused by explicit_package_bases=True, #​5191 by @​dmontagu
  • Add implicit defaults in the mypy plugin for Field with no default argument, #​5190 by @​dmontagu
  • Fix schema generated for Enum values used as Literals in discriminated unions, #​5188 by @​javibookline
  • Fix mypy failures caused by the pydantic mypy plugin when users define from_orm in their own classes, #​5187 by @​dmontagu
  • Fix InitVar usage with pydantic dataclasses, mypy version 1.1.1 and the custom mypy plugin, #​5162 by @​cdce8p

New Contributors

Full Changelog: pydantic/pydantic@v1.10.6...v1.10.7

v1.10.6: 2023-03-02

Compare Source

What's Changed

  • Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping functools.partial and functools.partialmethod when checking the signature, #​5126 by @​JensHeinrich
  • Fix mypy plugin for v1.1.1, and fix dataclass_transform decorator for pydantic dataclasses, #​5111 by @​cdce8p
  • Raise ValidationError, not ConfigError, when a discriminator value is unhashable, #​4773 by @​kurtmckee

New Contributors

Full Changelog: pydantic/pydantic@v1.10.5...v1.10.6

v1.10.5: (2023-02-15)

Compare Source

New Contributors

Full Changelog: pydantic/pydantic@v1.10.4...v1.10.5


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency pydantic to v1.10.5 Update dependency pydantic to v1.10.6 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/pydantic-1.x branch from 120bd93 to cf663a7 Compare March 9, 2023 00:40
@codeclimate
Copy link

codeclimate bot commented Mar 9, 2023

Code Climate has analyzed commit cf663a7 and detected 0 issues on this pull request.

View more on Code Climate.

@renovate renovate bot changed the title Update dependency pydantic to v1.10.6 Update dependency pydantic to v1.10.7 Mar 22, 2023
@renovate renovate bot force-pushed the renovate/pydantic-1.x branch from cf663a7 to 9ddf9f9 Compare March 22, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants