Skip to content

Commit 3a350a6

Browse files
pelder-lumenixfischor
authored andcommitted
Lossen requirement on protobuf package
- allow any protobuf version >= 3.20.3 - leave poetry.lock unchanged, to ensure 3.20.3 is tested - tested OK with protobuf==4.23.2
1 parent 6f28550 commit 3a350a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "protogen"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "protogen makes writing protoc plugins easy."
55
authors = ["fischor <[email protected]>"]
66
maintainers = ["fischor <[email protected]>"]
@@ -18,7 +18,7 @@ keywords = [
1818

1919
[tool.poetry.dependencies]
2020
python = ">=3.7,<4.0"
21-
protobuf = "^3.20.3"
21+
protobuf = ">=3.20.3"
2222

2323
[tool.poetry.dev-dependencies]
2424
pylint = "^2.9.6"

0 commit comments

Comments
 (0)