-
Notifications
You must be signed in to change notification settings - Fork 72
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
pin typing_extensions
to version 4.5.0
#3357
Conversation
4.5.0
4.5.0
typing_extensions
to version 4.5.0
Passing run #2125 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3357 +/- ##
=======================================
Coverage 87.07% 87.07%
=======================================
Files 313 313
Lines 18997 18997
Branches 2474 2474
=======================================
Hits 16541 16541
Misses 2014 2014
Partials 442 442 ☔ View full report in Codecov by Sentry. |
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.
✅ LGTM, thanks!
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.
✅ LGTM, thanks!
Closes #3358
Workaround for pydantic/pydantic#5821
Code Changes
typing_extensions==4.5.0
in our requirements.txt to bypass Cannot use Literal when I use typing-extension==4.6.0 pydantic/pydantic#5821Steps to Confirm
3.10
should pass3.9
or3.8
environmentPre-Merge Checklist
CHANGELOG.md
Description Of Changes
Caused by pydantic/pydantic#5821. Our backend-check CI jobs that run on python <
3.10
were failing.