Skip to content

Commit 5ad2896

Browse files
aepflitoddbaert
andauthored
fix(flagd): fix protobuf version for file generation to lowest 5.x version (#280)
fix(flagd): Add upperbound to protobuf version to reduce potential conflict with other version Signed-off-by: Simon Schrottner <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 72e6bd3 commit 5ad2896

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = []
1919
dependencies = [
2020
"openfeature-sdk>=0.6.0",
2121
"grpcio>=1.68.1",
22-
"protobuf>=4.29.2",
22+
"protobuf>=5.26.1",
2323
"mmh3>=4.1.0",
2424
"panzi-json-logic>=1.0.1",
2525
"semver>=3,<4",
@@ -40,7 +40,7 @@ dependencies = [
4040
"pytest-bdd",
4141
"testcontainers",
4242
"asserts",
43-
"grpcio-health-checking==1.73.1",
43+
"grpcio-health-checking",
4444
]
4545
pre-install-commands = [
4646
"hatch build",
@@ -77,6 +77,7 @@ run = "mypy"
7777
[tool.hatch.build.hooks.protobuf]
7878
generate_pyi = false
7979
dependencies = [
80+
"protobuf==5.26.1",
8081
"hatch-protobuf",
8182
"mypy-protobuf~=3.0",
8283
]

0 commit comments

Comments
 (0)