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

refactor: deprecated pydantic v2 methods #69

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

alexanderschmitz
Copy link
Contributor

Beim letzten PR sind mir einige Sonderheiten mit pydantic aufgefallen, die ich in diesem PR angehen will.

  1. PydanticDeprecatedSince20 Warnings beim Ausführen von pytest
  2. Bei pydantic <=2.2 treten WorkerMemoryLimitExceededError Fehlermeldungen auf beim py39-pytest Check.
  3. Ab pydantic 2.4 wird der type FieldValidationInfo zu ValidationInfo umbenannt. Das war im Changelog nicht zu finden, wird aber in diesem Issue besprochen.
  • Die deprecated Methoden wurden durch die neueren ersetzt.
  • Gerne können wir auch die Änderung (3.) noch vornehmen und direkt auf Version 2.4 wechseln.

@MartinGauk
Copy link
Contributor

Danke dir.

Gerne können wir auch die Änderung (3.) noch vornehmen und direkt auf Version 2.4 wechseln.

Ja, gerne.

@MartinGauk MartinGauk merged commit 9521cd5 into dev Sep 28, 2023
14 checks passed
@MartinGauk MartinGauk deleted the fix/pydantic/update-to-2.3 branch September 28, 2023 13:50
@MartinGauk MartinGauk mentioned this pull request Oct 17, 2023
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.

2 participants