File tree Expand file tree Collapse file tree 2 files changed +432
-154
lines changed Expand file tree Collapse file tree 2 files changed +432
-154
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ version = "0.1.0"
1515description = " Encrypted Computing SDK"
1616requires-python = " >=3.10"
1717dependencies = [
18- " protobuf= =4.25.8" ,
18+ " protobuf> =4.25.8" ,
1919 " regex-spm" ,
20- " numpy" ,
20+ " numpy>=2.2.6 " ,
2121 ]
2222
2323[project .optional-dependencies ]
2424dev = [
25- " grpcio-tools==1.56.2 " , # needed for compiling protos from python directly
25+ " grpcio-tools==1.76.0 " , # needed for compiling protos from python directly
2626 " pytest>=7.4.0" ,
2727 " pre-commit>=4.3.0" ,
2828 # pre-commit installs its own version of the tools below,
2929 # but it is convenient to have them locally, too
3030 " ruff>=0.14.2" ,
31- " mypy==1.17.1 " ,
31+ " mypy==1.18.2 " ,
3232 " cpplint>=1.6.0" ,
33- " pydantic>=2.0.0 " ,
33+ " pydantic>=2.12.4 " ,
3434 # Enables "doxygen" for python
3535 " doxypypy>=0.8.8.7" ,
3636 # For requirements generation
You can’t perform that action at this time.
0 commit comments