Skip to content

Commit 2894d76

Browse files
authored
Merge branch 'main' into dependabot/pip/sdk/mypy-protobuf-gte-5.1.0
2 parents 1c60109 + 6461761 commit 2894d76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ classifiers = [
2424
dependencies = [
2525
"grpcio>=1.80.0,<2",
2626
"protobuf>=6.31.0,<7",
27-
"googleapis-common-protos>=1.74.0,<2",
27+
"googleapis-common-protos>=1.75.0,<2",
2828
]
2929

3030
[project.optional-dependencies]
3131
dev = [
3232
"pytest>=9.0.3",
3333
"pytest-cov>=7.1.0",
3434
"pytest-asyncio>=1.3.0",
35-
"mypy>=1.20.2",
35+
"mypy>=2.0.0",
3636
"mypy-protobuf>=5.1.0",
3737
"ruff>=0.15.12",
3838
"grpcio-tools>=1.80.0",

0 commit comments

Comments
 (0)