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.
1 parent 483bdaf commit a060704Copy full SHA for a060704
requirements.txt
@@ -1,5 +1,5 @@
1
grpcio>=1.31.0
2
-protobuf>=3.13.0
+protobuf>=3.13.0,<4.0.0
3
google-api==0.1.12
4
google-api-core==1.22.1
5
ecdsa>=0.16.1
setup.py
@@ -17,7 +17,7 @@
17
long_description = fh.read()
18
19
setup(name='immudb-py',
20
- version='1.3.0',
+ version='1.3.0.post1',
21
license="Apache License Version 2.0",
22
description='Python SDK for Immudb',
23
long_description=long_description,
@@ -32,7 +32,7 @@
32
install_requires=[
33
'grpcio>=1.31.0',
34
'dataclasses>=0.6',
35
- 'protobuf>=3.13.0',
+ 'protobuf>=3.13.0,<4.0.0',
36
'google-api>=0.1.12',
37
'google-api-core>=1.22.1',
38
'ecdsa>=0.16.1'
0 commit comments