Skip to content

Commit

Permalink
Require urllib3 < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jun 12, 2024
1 parent d398b64 commit a707bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ dependencies = [
"requests-unixsocket",
"simplejson",
"s3fs",
"urllib3 < 2.0.0"
]

[project.optional-dependencies]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ requests<=2.32.2
requests-unixsocket
simplejson
s3fs
urllib3<2.0.0

0 comments on commit a707bac

Please sign in to comment.