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_encodeRight 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
werkzeugfrom0.16to1.0.1, in which thecontrib.cachemodule has been moved into its own PyPI packagecachelib. Thesqlalchemy-utilsbreaking change will need to be revisited later once the project decides on the appropriate path forward.TEST PLAN
Local testing + CI