Skip to content

Commit

Permalink
⬇️ pin down upper bound version for python-socks*3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 29, 2024
1 parent 859d242 commit e6aa651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
=====================

- Fixed error due to an internal change in python-socks 2.6
- Pinned python-socks upper bound to 2.6.0 pending further improvement into our integration.
- Pinned python-socks upper bound to 2.5.3 pending further improvement into our integration.

2.12.904 (2024-12-22)
=====================
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ zstd = [
]
secure = []
socks = [
"python-socks>=2.0,<2.6.1",
"python-socks>=2.0,<=2.5.3",
]
qh3 = [
"qh3>=1.2.0,<2.0.0",
Expand Down

0 comments on commit e6aa651

Please sign in to comment.