Skip to content

Commit f9f711c

Browse files
gkastrinisclaude
andauthored
Relax protobuf upper bound to <6.0.0 for lqp compatibility (#158)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b1cfd28 commit f9f711c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio>=1.54.0,<=1.60.1
22
grpcio-tools>=1.47.0,<=1.60.1
3-
protobuf>=3.20.3,<5.0.0
3+
protobuf>=3.20.3,<6.0.0
44
pandas<3.0.0
55
pyarrow>=10.0.0,<23.0.0
66
requests-toolbelt==1.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"pandas>=2.0.0,<3.0.0;python_version>'3.8'",
4141
"pyarrow>=10.0.0,<23.0.0",
4242
"requests-toolbelt==1.0.0",
43-
"protobuf>=3.20.3,<5.0.0"],
43+
"protobuf>=3.20.3,<6.0.0"],
4444
license="http://www.apache.org/licenses/LICENSE-2.0",
4545
long_description="Enables access to the RelationalAI REST APIs from Python",
4646
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)