Skip to content

Commit 223a903

Browse files
authored
fix(build): bump protobuf package version to a compatible version (#327)
Signed-off-by: Federico Bond <[email protected]>
1 parent 97a5717 commit 223a903

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = []
1919
dependencies = [
2020
"openfeature-sdk>=0.8.2",
2121
"grpcio>=1.68.1",
22-
"protobuf>=5.26.1",
22+
"protobuf>=5.29.5",
2323
"mmh3>=4.1.0",
2424
"panzi-json-logic>=1.0.1",
2525
"semver>=3,<4",
@@ -52,7 +52,7 @@ dev = [
5252
[tool.hatch.build.hooks.protobuf]
5353
generate_pyi = false
5454
dependencies = [
55-
"protobuf==5.26.1",
55+
"protobuf==5.29.5",
5656
"hatch-protobuf",
5757
"mypy-protobuf~=3.0",
5858
]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)