-
-
Notifications
You must be signed in to change notification settings - Fork 56
Migrate postgrest-py from pydantic v1 to v2. #276
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
Conversation
@J0 Can you run workflow tests for this PR as well? And any expected time for this release once this PR gets merged? |
@yuvanist ETA probably tomorrow either before or after work. Thanks for the PR! |
@J0 isort is failing in the workflow. I'll change and push in sometime. |
@J0 isort is fixed. Please run the workflow once again. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #276 +/- ##
=======================================
Coverage 91.63% 91.63%
=======================================
Files 24 24
Lines 1183 1183
=======================================
Hits 1084 1084
Misses 99 99
☔ View full report in Codecov by Sentry. |
* Update package to pydantic 2.1 * Update poetry.lock * Specify pydantic minor version * isort fix * Update poetry lock * lock hash update
What kind of change does this PR introduce?
Pydantic version update. All the existing test are passing.