Skip to content

Commit 676b03f

Browse files
committed
Dependencies: Limit installation to urllib3<2
We learned that it would drop support for TLS 1.0 and 1.1 by default, and `crate-python` does not offer corresponding fallback adjustments yet.
1 parent 69f8584 commit 676b03f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def read(path):
5858
'crate = crate.client.sqlalchemy:CrateDialect'
5959
]
6060
},
61-
install_requires=['urllib3>=1.9,<3'],
61+
install_requires=['urllib3>=1.9,<2'],
6262
extras_require=dict(
6363
sqlalchemy=['sqlalchemy>=1.0,<2.1',
6464
'geojson>=2.5.0,<4',

0 commit comments

Comments
 (0)