Index: oci-python-sdk-2.102.0/setup.py
===================================================================
--- oci-python-sdk-2.102.0.orig/setup.py
+++ oci-python-sdk-2.102.0/setup.py
@@ -31,12 +31,12 @@ with open_relative("README.rst") as f:
requires = [
"certifi",
- "configparser==4.0.2 ; python_version < '3'",
- "cryptography>=3.2.1,<40.0.0",
- "pyOpenSSL>=17.5.0,<24.0.0",
- "python-dateutil>=2.5.3,<3.0.0",
+ "configparser>=4.0.2 ; python_version < '3'",
+ "cryptography>=3.2.1",
+ "pyOpenSSL>=17.5.0",
+ "python-dateutil>=2.5.3",
"pytz>=2016.10",
- "circuitbreaker>=1.3.1,< 2.0.0"
+ "circuitbreaker>=1.3.1"
]
setup(