We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1cfd28 commit f9f711cCopy full SHA for f9f711c
2 files changed
requirements.txt
@@ -1,6 +1,6 @@
1
grpcio>=1.54.0,<=1.60.1
2
grpcio-tools>=1.47.0,<=1.60.1
3
-protobuf>=3.20.3,<5.0.0
+protobuf>=3.20.3,<6.0.0
4
pandas<3.0.0
5
pyarrow>=10.0.0,<23.0.0
6
requests-toolbelt==1.0.0
setup.py
@@ -40,7 +40,7 @@
40
"pandas>=2.0.0,<3.0.0;python_version>'3.8'",
41
"pyarrow>=10.0.0,<23.0.0",
42
"requests-toolbelt==1.0.0",
43
- "protobuf>=3.20.3,<5.0.0"],
+ "protobuf>=3.20.3,<6.0.0"],
44
license="http://www.apache.org/licenses/LICENSE-2.0",
45
long_description="Enables access to the RelationalAI REST APIs from Python",
46
long_description_content_type="text/markdown",
0 commit comments