File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,18 +23,18 @@ classifiers = [
2323]
2424
2525[tool .poetry .dependencies ]
26- python = " ^3.6 "
27- protobuf = " ^3.12 "
28- grpcio = " ^1.30 "
29- betterproto = { version = " ^2.0.0b1 " , allow-prereleases = true }
26+ python = " ^3.10 "
27+ protobuf = " ^5.28 "
28+ grpcio = " ^1.67 "
29+ betterproto = { version = " ^2.0.0b7 " , allow-prereleases = true }
3030
3131[tool .poetry .dev-dependencies ]
32- grpcio-tools = " ^1.30 "
33- black = " ^19.10b0 "
34- pre-commit = { version = " ^2.3.0 " , python = " ^3.6.1 " }
35- pytest = " ^5.4 "
36- pytest-asyncio = " ^0.12 "
37- betterproto = { version = " ^2.0.0b3 " , allow-prereleases = true , extras = [" compiler" ] }
32+ grpcio-tools = " ^1.67 "
33+ black = " ^24.10 "
34+ pre-commit = " ^4.0 "
35+ pytest = " ^8.3 "
36+ pytest-asyncio = " ^0.24 "
37+ betterproto = { version = " ^2.0.0b7 " , allow-prereleases = true , extras = [" compiler" ] }
3838
3939[tool .black ]
4040line-length = 88
You can’t perform that action at this time.
0 commit comments