Skip to content

Commit 75a4610

Browse files
Upgrade libraries
1 parent f9cc104 commit 75a4610

File tree

4 files changed

+459
-1423
lines changed

4 files changed

+459
-1423
lines changed

immudb/grpc/schema_pb2.py

Lines changed: 381 additions & 1407 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements-dev.txt

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
1-
-r requirements.txt
2-
3-
pytest>=4.6.9
4-
grpcio-tools>=1.48.1
5-
pytz==2022.1
1+
appier==1.32.0
2+
cachetools==5.3.3
3+
certifi==2024.2.2
4+
charset-normalizer==3.3.2
5+
ecdsa==0.18.0
6+
google-api==0.1.12
7+
google-api-core==2.18.0
8+
google-api-python-client==2.123.0
9+
google-auth==2.29.0
10+
google-auth-httplib2==0.2.0
11+
googleapis-common-protos==1.63.0
12+
grpcio==1.62.1
13+
grpcio-tools==1.62.1
14+
httplib2==0.22.0
15+
idna==3.6
16+
iniconfig==2.0.0
17+
packaging==24.0
18+
pluggy==1.4.0
19+
proto-plus==1.23.0
20+
protobuf==4.25.3
21+
pyasn1==0.6.0
22+
pyasn1_modules==0.4.0
23+
pyparsing==3.1.2
24+
pytest==8.1.1
25+
pytz==2024.1
26+
requests==2.31.0
27+
rsa==4.9
28+
six==1.16.0
29+
uritemplate==4.1.1
30+
urllib3==2.2.1

requirements.txt

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
grpcio>=1.48.1
2-
protobuf>=3.12.0<3.20.x
1+
appier==1.32.0
2+
cachetools==5.3.3
3+
certifi==2024.2.2
4+
charset-normalizer==3.3.2
5+
ecdsa==0.18.0
36
google-api==0.1.12
4-
googleapis-common-protos==1.56.4
5-
google-api-core==2.10.0
6-
ecdsa>=0.18.0
7+
google-api-core==2.18.0
8+
google-api-python-client==2.123.0
9+
google-auth==2.29.0
10+
google-auth-httplib2==0.2.0
11+
googleapis-common-protos==1.63.0
12+
grpcio==1.62.1
13+
httplib2==0.22.0
14+
idna==3.6
15+
proto-plus==1.23.0
16+
protobuf==4.25.3
17+
pyasn1==0.6.0
18+
pyasn1_modules==0.4.0
19+
pyparsing==3.1.2
20+
requests==2.31.0
21+
rsa==4.9
22+
six==1.16.0
23+
uritemplate==4.1.1
24+
urllib3==2.2.1

setup.py

Lines changed: 25 additions & 6 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.4.0',
20+
version='1.4.1',
2121
license="Apache License Version 2.0",
2222
description='Python SDK for Immudb',
2323
long_description=long_description,
@@ -30,11 +30,30 @@
3030
'immudb.grpc', 'immudb.handler', 'immudb.schema'],
3131
keywords=['immudb', 'immutable'],
3232
install_requires=[
33-
'grpcio>=1.31.0',
34-
'protobuf>=3.13.0,<4.0.0',
33+
'appier>=1.32.0',
34+
'cachetools>=5.3.3',
35+
'certifi>=2024.2.2',
36+
'charset-normalizer>=3.3.2',
37+
'ecdsa>=0.18.0',
3538
'google-api>=0.1.12',
36-
'google-api-core>=1.22.1',
37-
'ecdsa>=0.16.1'
39+
'google-api-core>=2.18.0',
40+
'google-api-python-client>=2.123.0',
41+
'google-auth>=2.29.0',
42+
'google-auth-httplib2>=0.2.0',
43+
'googleapis-common-protos>=1.63.0',
44+
'grpcio>=1.62.1',
45+
'httplib2>=0.22.0',
46+
'idna>=3.6',
47+
'proto-plus>=1.23.0',
48+
'protobuf>=4.25.3',
49+
'pyasn1>=0.6.0',
50+
'pyasn1_modules>=0.4.0',
51+
'pyparsing>=3.1.2',
52+
'requests>=2.31.0',
53+
'rsa>=4.9',
54+
'six>=1.16.0',
55+
'uritemplate>=4.1.1',
56+
'urllib3>=2.2.1',
3857
],
3958
classifiers=[
4059
'Intended Audience :: Developers',
@@ -46,5 +65,5 @@
4665
'Programming Language :: Python :: 3.7',
4766
'Programming Language :: Python :: 3.8',
4867
],
49-
python_requires='>=3.6',
68+
python_requires='>=3.8',
5069
)

0 commit comments

Comments
 (0)