We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144c725 commit 836623dCopy full SHA for 836623d
providers/openfeature-provider-flagd/pyproject.toml
@@ -19,7 +19,7 @@ keywords = []
19
dependencies = [
20
"openfeature-sdk>=0.6.0",
21
"grpcio>=1.68.1",
22
- "protobuf>=4.29.2",
+ "protobuf>=4.25.8",
23
"mmh3>=4.1.0",
24
"panzi-json-logic>=1.0.1",
25
"semver>=3,<4",
@@ -40,7 +40,7 @@ dependencies = [
40
"pytest-bdd",
41
"testcontainers",
42
"asserts",
43
- "grpcio-health-checking==1.73.1",
+ "grpcio-health-checking",
44
]
45
pre-install-commands = [
46
"hatch build",
@@ -77,6 +77,7 @@ run = "mypy"
77
[tool.hatch.build.hooks.protobuf]
78
generate_pyi = false
79
80
+ "protobuf==4.25.8",
81
"hatch-protobuf",
82
"mypy-protobuf~=3.0",
83
0 commit comments