Skip to content

Commit 7a2d703

Browse files
author
Eugeny Schibrikov
authored
Change types-protobuf dependency spec to match protobuf (#278)
1 parent 1fa36c2 commit 7a2d703

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ opentelemetry-sdk = { version = "^1.11.1", optional = true }
3737
protobuf = ">=3.20"
3838
python = "^3.7"
3939
python-dateutil = { version = "^2.8.2", python = "<3.11" }
40-
types-protobuf = "~3.20"
40+
types-protobuf = ">=3.20"
4141
typing-extensions = "^4.2.0"
4242

4343
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)