-
Notifications
You must be signed in to change notification settings - Fork 14
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
Antonyjin upgrade pydantic version #293
base: master
Are you sure you want to change the base?
Commits on Oct 21, 2024
-
Fix: Project do not use the good version of aleph message and sdk
Aleph-message and sdk now uses pydantic v2 but no released yet Using the github link atm and wait for the release.
Configuration menu - View commit details
-
Copy full SHA for d8e4d75 - Browse repository at this point
Copy the full SHA d8e4d75View commit details -
Fix: Replacing deprecated function after pydantic migration
When upgrading the pydantic version, some function are / will become deprecated. replacing them in those files.
Configuration menu - View commit details
-
Copy full SHA for 2a3d58a - Browse repository at this point
Copy the full SHA 2a3d58aView commit details -
feat: Adding custom encoding for JSON serialization
Added `default=extended_json_encoder` to `json.dumps()` to handle serialization of non-native JSON types, such as dates and other complex objects. Replacing function that are / will be deprecated in pydantic v2 and v3
Configuration menu - View commit details
-
Copy full SHA for c6e013f - Browse repository at this point
Copy the full SHA c6e013fView commit details
Commits on Oct 25, 2024
-
Fix: Conflit between pydantic and fastapi version
Pydantic>=2 is not compatible with fastapi<0.100.0
Configuration menu - View commit details
-
Copy full SHA for a1ed649 - Browse repository at this point
Copy the full SHA a1ed649View commit details -
Fix: Lint test did not pass and conflict between dependencies
Conflit between pydantic and yamlfix black did not pass
Configuration menu - View commit details
-
Copy full SHA for 16a807e - Browse repository at this point
Copy the full SHA 16a807eView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 624438b - Browse repository at this point
Copy the full SHA 624438bView commit details -
fix: Pydantic 2 being more strict about type validation
With Pydantic v2, strict type validation is enforced. The type field is expected to have the exact value "POST" as a literal.
Configuration menu - View commit details
-
Copy full SHA for c5788ec - Browse repository at this point
Copy the full SHA c5788ecView commit details