Skip to content

Commit a060704

Browse files
authored
Boundaries on protobuf (#48)
1 parent 483bdaf commit a060704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio>=1.31.0
2-
protobuf>=3.13.0
2+
protobuf>=3.13.0,<4.0.0
33
google-api==0.1.12
44
google-api-core==1.22.1
55
ecdsa>=0.16.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description = fh.read()
1818

1919
setup(name='immudb-py',
20-
version='1.3.0',
20+
version='1.3.0.post1',
2121
license="Apache License Version 2.0",
2222
description='Python SDK for Immudb',
2323
long_description=long_description,
@@ -32,7 +32,7 @@
3232
install_requires=[
3333
'grpcio>=1.31.0',
3434
'dataclasses>=0.6',
35-
'protobuf>=3.13.0',
35+
'protobuf>=3.13.0,<4.0.0',
3636
'google-api>=0.1.12',
3737
'google-api-core>=1.22.1',
3838
'ecdsa>=0.16.1'

0 commit comments

Comments
 (0)