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.
1 parent 2ba82b3 commit 9cd1cb9Copy full SHA for 9cd1cb9
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.0a6"
+__version__ = "0.0.0a7"
setup.cfg
@@ -35,6 +35,6 @@ include_package_data = True
35
setup_requires =
36
setuptools>=59.0
37
requests>=2.28.2
38
- urllib3>=1.26.7
+ urllib3>=1.26.14
39
wheel
40
zip_safe = False
0 commit comments