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

fix 2172 and update pydantic (2.4) #2173

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Conversation

JaskRendix
Copy link
Collaborator

@JaskRendix JaskRendix commented Dec 22, 2023

fix #2172

PR:

  • upgrades the pydantic package from 2.3 to 2.4;
  • replaces FieldValidationInfo with ValidationInfo;

They have deprecated FieldValidationInfo in 2.4 (https://docs.pydantic.dev/latest/concepts/validators/)

@JaskRendix JaskRendix changed the title update pydantic update pydantic (2.4) Dec 22, 2023
@JaskRendix JaskRendix changed the title update pydantic (2.4) fix 2172 and update pydantic (2.4) Dec 23, 2023
@bitcraft bitcraft merged commit d0b4daf into Tuxemon:development Dec 28, 2023
10 checks passed
@JaskRendix JaskRendix deleted the pydantic branch December 28, 2023 06:20
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.

cannot import name 'FieldValidationInfo' from 'pydantic'
2 participants