Skip to content

Commit a98483f

Browse files
committed
[Issue 156] Pin the ofrep provider's requests dep >=2.27.0 because of JSONDecodeError useage
Signed-off-by: atmask <[email protected]>
1 parent ed121bd commit a98483f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55

66
[project]
77
name = "openfeature-provider-ofrep"
8-
version = "0.1.0"
8+
version = "0.1.1"
99
description = "OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)"
1010
readme = "README.md"
1111
authors = [{ name = "OpenFeature", email = "[email protected]" }]
@@ -18,7 +18,7 @@ classifiers = [
1818
keywords = []
1919
dependencies = [
2020
"openfeature-sdk>=0.7.0",
21-
"requests"
21+
"requests>=2.27.0"
2222
]
2323
requires-python = ">=3.8"
2424

0 commit comments

Comments
 (0)