Skip to content

Commit 6d5c266

Browse files
committed
Update urllib3 dependency to version 2.6.0 for compatibility
1 parent 74c9bbb commit 6d5c266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ include_package_data = True
4444
packages = find:
4545
python_requires = >=3.10, <3.15
4646
install_requires =
47-
# "requests>=2.22.0,<2.30.0; python_version<'3.10'",
4847
requests>=2.22.0,<3.0
49-
urllib3>=2
48+
urllib3>=2.6.0
5049
deprecated>=1.2.4,<2.0
5150
opentelemetry-api>=1.21.0
5251
opentelemetry-sdk>=1.21.0

0 commit comments

Comments
 (0)