Skip to content

Commit bcc0132

Browse files
authored
Update protobuf (#136)
Fixes #123
1 parent 580b6fc commit bcc0132

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1385
-6517
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ script = "build.py"
2828
grpcio = { version = "^1.48.0", optional = true }
2929
opentelemetry-api = { version = "^1.11.1", optional = true }
3030
opentelemetry-sdk = { version = "^1.11.1", optional = true }
31-
protobuf = "^3.20.1"
31+
protobuf = "~4.21"
3232
python = "^3.7"
33-
types-protobuf = "^3.19.21"
33+
types-protobuf = "~3.20"
3434
typing-extensions = "^4.2.0"
3535

3636
[tool.poetry.dev-dependencies]
3737
black = "^22.3.0"
3838
cibuildwheel = "^2.7.0"
3939
grpcio-tools = "^1.48.0"
4040
isort = "^5.10.1"
41-
mypy = "^0.961"
42-
mypy-protobuf = "^3.2.0"
41+
mypy = "^0.971"
42+
mypy-protobuf = "^3.3.0"
4343
protoc-wheel-0 = "^21.1"
4444
pydantic = "^1.9.1"
4545
pydocstyle = "^6.1.1"

0 commit comments

Comments
 (0)