We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
urllib3<2
1 parent 69f8584 commit 676b03fCopy full SHA for 676b03f
setup.py
@@ -58,7 +58,7 @@ def read(path):
58
'crate = crate.client.sqlalchemy:CrateDialect'
59
]
60
},
61
- install_requires=['urllib3>=1.9,<3'],
+ install_requires=['urllib3>=1.9,<2'],
62
extras_require=dict(
63
sqlalchemy=['sqlalchemy>=1.0,<2.1',
64
'geojson>=2.5.0,<4',
0 commit comments