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.
2 parents 5b3052d + bef2564 commit 4622161Copy full SHA for 4622161
requirements.txt
@@ -32,7 +32,7 @@ jsonschema-specifications==2024.10.1
32
# via jsonschema
33
jwcrypto==1.5.6
34
# via python-keycloak
35
-okdata-sdk==3.2.0
+okdata-sdk==3.3.0
36
# via dataplatform-probe (setup.py)
37
packaging==24.1
38
# via deprecation
@@ -64,7 +64,7 @@ six==1.16.0
64
# via python-dateutil
65
typing-extensions==4.12.2
66
# via jwcrypto
67
-urllib3==1.26.20
+urllib3==2.5.0
68
# via
69
# botocore
70
# okdata-sdk
setup.py
@@ -15,7 +15,7 @@
15
packages=find_packages(),
16
install_requires=[
17
"aws-xray-sdk",
18
- "okdata-sdk>=3.1.1,<4",
+ "okdata-sdk>=3.3,<4",
19
"prometheus-client",
20
"requests",
21
],
0 commit comments