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 052ccbc commit bef2457Copy full SHA for bef2457
.gitignore
@@ -4,6 +4,7 @@ ydb.egg-info/
4
/.vscode
5
/tox
6
/venv
7
+/.venv
8
/ydb_certs
9
/ydb_data
10
/tmp
test-requirements.txt
@@ -11,15 +11,15 @@ docker==5.0.0
11
docker-compose==1.29.2
12
dockerpty==0.4.1
13
docopt==0.6.2
14
-grpcio==1.42.0
+grpcio==1.64.0
15
idna==3.2
16
importlib-metadata==4.6.1
17
iniconfig==1.1.1
18
jsonschema==3.2.0
19
packaging==21.0
20
paramiko==2.10.1
21
pluggy==0.13.1
22
-protobuf==3.18.3
+protobuf>=3.13.0,<5.0.0
23
py==1.10.0
24
pycparser==2.20
25
PyNaCl==1.4.0
0 commit comments