-
Notifications
You must be signed in to change notification settings - Fork 14k
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
chore: bump python dependencies #9786
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9786 +/- ##
===========================================
- Coverage 70.82% 53.72% -17.11%
===========================================
Files 587 352 -235
Lines 30435 11243 -19192
Branches 3121 2785 -336
===========================================
- Hits 21555 6040 -15515
+ Misses 8766 5023 -3743
- Partials 114 180 +66
Continue to review full report at Codecov.
|
@villebro, @bkyryliuk, it looks like this broke s3cache since s3werkzeugcache relies on the old werkzeug format. I'm going to work on a fix now, but I think i'll need help releasing a new version on pypi https://github.com/bkyryliuk/s3werkzeugcache |
Hi guys, updating to from werkzeug import url_quote, url_decode, url_encode Right now, one workaround is to import Am I missing something? |
Ping @dpgaspar |
Hi @Clockmaker, I am facing the same problem. Have you find a solution yet? |
I got the same problem, may I ask how you work around it? |
Is this related?
|
CATEGORY
Choose one
SUMMARY
To ensure we're not missing out on security/bug fixes and general improvements, this PR bumps core dependencies to their latest stable versions. The biggest change is brought about by bumping
werkzeug
from0.16
to1.0.1
, in which thecontrib.cache
module has been moved into its own PyPI packagecachelib
. Thesqlalchemy-utils
breaking change will need to be revisited later once the project decides on the appropriate path forward.TEST PLAN
Local testing + CI