-
Notifications
You must be signed in to change notification settings - Fork 91
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
lambdas: bump pydantic to v2 #4355
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4355 +/- ##
========================================
Coverage 39.10% 39.10%
========================================
Files 787 787
Lines 34827 34827
Branches 5316 5525 +209
========================================
Hits 13618 13618
+ Misses 20666 20026 -640
- Partials 543 1183 +640
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Updated Pydantic from v1 to v2 across lambda functions while maintaining backward compatibility through the v1 compatibility layer.
- Modified imports in
lambdas/pkgpush/src/t4_lambda_pkgpush/__init__.py
andlambdas/s3hash/src/t4_lambda_s3hash/__init__.py
to usepydantic.v1
namespace - Updated dependencies in both lambdas'
setup.py
to usepydantic ~= 2.10
- Added new dependencies
annotated-types
andpydantic-core
in requirements.txt - Updated
quilt_shared
dependency hash to support Pydantic v2 - Added changelog entries documenting the Pydantic version bump
8 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Description
TODO