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

chore: remove urllib3 constraint #2648

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

justinhynes
Copy link
Contributor

Removing the constraint on urllib3 no longer downgrades boto and its dependencies. I think it is safe to remove this constraint now.

Run JavaScript tests locally with Karma

There is work being done on a fix to get Karma to run in CI. Until then, however, contributors are required to run these tests locally.

  • Make sure you are inside the devstack container
  • Run make test-karma
  • All tests pass

Removing the constraint on `urllib3` no longer downgrades boto and its dependencies. I think it is safe to remove this constraint now.
@justinhynes justinhynes requested a review from a team as a code owner December 3, 2024 16:40
Comment on lines -19 to -20
# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We no longer need this constraint either now that Credentials has been updated to use Python 3.11.

@justinhynes justinhynes merged commit c27ec1e into master Dec 3, 2024
7 checks passed
@justinhynes justinhynes deleted the jhynes/remove-urllib-constraint branch December 3, 2024 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants