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 urllib3 to support running on [email protected] #385

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ distro
ops >= 2.2.0
jinja2
redfish # requests is included in this
# workaround for https://github.com/urllib3/urllib3/blob/main/CHANGES.rst#230-2024-12-22, because
# urllib3 build-on [email protected] will not run-on [email protected] (python 3.8.10)
urllib3 < 2.3.0 # indirect dependency from redfish -> requests -> urllib3
pydantic < 2
git+https://github.com/canonical/prometheus-hardware-exporter.git
Loading