-
Notifications
You must be signed in to change notification settings - Fork 84
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
Update code for breaking change in werkzeug #1354
Conversation
Hello @dbalagansky thanks a lot for finding this breaking change that was blocking the upgrade jobs! I've merged a pinning of werkzeug<3.0.0 on all stable branches to get CI on all branches working again and also Please rebase this on master and unpin werkzeug completely (we don't pin unless it's on stable branches usually). I also think we need to workaround supporting werkzeug<3.0.0 on master as well so you'd need to add a try-except for this case. Have a nice weekend! [1] #1356 |
This is the follow-up for PR #1356.
Thanks! |
* Update python-aodhclient from branch 'master' to 6dd743f31590ebb95b1acba5909d6bbabaa8df75 - Fix gate Install gnocchi from master branch until the recent fixes will be included in next release. More info at: gnocchixyz/gnocchi#1354 Change-Id: If5140dfb9d9b41d7f1044f653701bed5e33cab62
Install gnocchi from master branch until the recent fixes will be included in next release. More info at: gnocchixyz/gnocchi#1354 Change-Id: If5140dfb9d9b41d7f1044f653701bed5e33cab62
Folks, can we backport that to stable/4.6 ? |
This is the follow-up for PR gnocchixyz#1356 Cherry-picked from gnocchixyz#1354
@Mergifyio backport stable/4.6 |
@noonedeadpunk ^ I can look into backporting and release a new minor version with that |
✅ Backports have been created
|
Update code for breaking change in werkzeug (backport #1354)
@noonedeadpunk 4.6.2 is released |
parse_authorization_header
was removed here: pallets/werkzeug@bafffa9.