Skip to content
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 dependencies for py36 compatibility [wallaby backport] #634

Merged

Conversation

freyes
Copy link
Member

@freyes freyes commented Dec 14, 2023

macaroonbakery in version 1.3.4 started depending on protobuf>3.20 which it's not compatible with python 3.6, so this change pins macaroonbakery to 1.3.2 which was the last release compatible with older versions of protobuf.

For more details see:

It's worth to mention that there is no protobuf-4.0, it goes from 3.20 to 4.21 - https://pypi.org/project/protobuf/#history

(cherry picked from commit a8e4de5)

macaroonbakery in version 1.3.4 started depending on protobuf>3.20 which
it's not compatible with python 3.6, so this change pins macaroonbakery
to 1.3.2 which was the last release compatible with older versions of
protobuf.

For more details see:

- go-macaroon-bakery/py-macaroon-bakery#92
- protocolbuffers/protobuf#10076

It's worth to mention that there is no protobuf-4.0, it goes from 3.20
to 4.21 - https://pypi.org/project/protobuf/#history

(cherry picked from commit a8e4de5)
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7826a64) 82.27% compared to head (300c5bb) 82.27%.
Report is 1 commits behind head on stable/wallaby.

Additional details and impacted files
@@               Coverage Diff               @@
##           stable/wallaby     #634   +/-   ##
===============================================
  Coverage           82.27%   82.27%           
===============================================
  Files                  30       30           
  Lines                2776     2776           
===============================================
  Hits                 2284     2284           
  Misses                492      492           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@coreycb coreycb merged commit c03dbe8 into openstack-charmers:stable/wallaby Dec 14, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants