Skip to content

Update dependency pydantic to v1.10.13 #18

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

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

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Apr 18, 2024

This PR contains the following updates:

Package Update Change
pydantic (changelog) patch ==1.10.4 -> ==1.10.13

By merging this PR, the issue #17 will be automatically resolved and closed:

Severity CVSS Score Vulnerability
Medium Medium 5.9 CVE-2024-3772

Release Notes

pydantic/pydantic (pydantic)

v1.10.13

Compare Source

v1.10.12

Compare Source

  • Fixes the maxlen property being dropped on deque validation. Happened only if the deque item has been typed. Changes the _validate_sequence_like func, #​6581 by @​maciekglowka

v1.10.11

Compare Source

  • Importing create_model in tools.py through relative path instead of absolute path - so that it doesn't import V2 code when copied over to V2 branch, #​6361 by @​SharathHuddar

v1.10.10

Compare Source

v1.10.9

Compare Source

v1.10.8

Compare Source

v1.10.7

Compare Source

  • 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

v1.10.6

Compare Source

  • 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

v1.10.5

Compare Source


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

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by Mend label Apr 18, 2024
@mend-for-github-com mend-for-github-com bot changed the title Update dependency pydantic to v1.10.13 Update dependency pydantic to v1.10.13 - autoclosed Aug 8, 2024
@mend-for-github-com mend-for-github-com bot deleted the whitesource-remediate/pydantic-1.x branch August 8, 2024 00:25
@mend-for-github-com mend-for-github-com bot restored the whitesource-remediate/pydantic-1.x branch August 12, 2024 03:55
@mend-for-github-com mend-for-github-com bot changed the title Update dependency pydantic to v1.10.13 - autoclosed Update dependency pydantic to v1.10.13 Aug 12, 2024
@mend-for-github-com mend-for-github-com bot reopened this Aug 12, 2024
@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/pydantic-1.x branch from 77a19c4 to 9b4b1eb Compare August 12, 2024 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by Mend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants