Skip to content

Commit

Permalink
Revert urllib3 to 2.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervdw committed Sep 12, 2024
1 parent a6fdb4d commit ce782a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.16.5 (unreleased)
----------------------

- Nothing changed yet.
- Reverted urllib3 to 2.0.* because of other constraints.


## 0.16.4 (2024-09-12)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sql-sync = ["sqlalchemy==2.0.*"] # also requires psycopg2 or psycopg2-binary
# help the resolver a bit by copying version pins from aioboto3 / aiobotocore
s3 = ["aioboto3==13.1.*", "aiobotocore==2.13.1", "boto3==1.34.131", "types-aioboto3[s3]"]
s3-sync = ["boto3==1.34.*", "boto3-stubs[s3]"]
api-client = ["aiohttp==3.9.*", "urllib3==2.2.*"]
api-client = ["aiohttp==3.9.*", "urllib3==2.0.*"]
profiler = ["yappi"]
debugger = ["debugpy"]
nanoid = ["nanoid==2.0.0"]
Expand Down

0 comments on commit ce782a5

Please sign in to comment.