Skip to content

Commit 558a2b8

Browse files
committed
fixup: update test harness, relax uv
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent a10dd8b commit 558a2b8

4 files changed

Lines changed: 63 additions & 62 deletions

File tree

providers/openfeature-provider-flagd/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
keywords = []
1919
dependencies = [
2020
"openfeature-sdk>=0.8.2",
21-
"grpcio>=1.78.0",
21+
"grpcio>=1.80.0",
2222
"protobuf>=6.30.0,<7.0.0",
2323
"mmh3>=5.0.0,<6.0.0",
2424
"panzi-json-logic>=1.0.1",
@@ -35,7 +35,7 @@ Homepage = "https://github.com/open-feature/python-sdk-contrib"
3535
dev = [
3636
"asserts>=0.13.0,<0.14.0",
3737
"coverage[toml]>=7.10.0,<8.0.0",
38-
"grpcio-health-checking>=1.74.0,<2.0.0",
38+
"grpcio-health-checking>=1.80.0,<2.0.0",
3939
"mypy>=1.18.0,<2.0.0",
4040
"poethepoet>=0.37.0",
4141
"pytest>=9.0.0,<10.0.0",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dev = [
2222
]
2323

2424
[tool.uv]
25-
required-version = "~=0.10.0"
25+
required-version = ">=0.10.0"
2626
package = false
2727

2828
[tool.uv.sources]

0 commit comments

Comments
 (0)