We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd1cb9 commit 6a44389Copy full SHA for 6a44389
openlayer/version.py
@@ -1,3 +1,3 @@
1
# Define the SDK version here so that the interal package can have access to this value.
2
# See https://stackoverflow.com/questions/2058802
3
-__version__ = "0.0.0a7"
+__version__ = "0.0.0a8"
setup.cfg
@@ -30,11 +30,11 @@ install_requires =
30
tqdm
31
marshmallow
32
requests_toolbelt
33
+ requests>=2.28.2
34
+ urllib3>=1.26.14
35
python_requires = >=3.7, <=3.9
36
include_package_data = True
37
setup_requires =
38
setuptools>=59.0
- requests>=2.28.2
- urllib3>=1.26.14
39
wheel
40
zip_safe = False
0 commit comments