Skip to content

Commit 9ffc7ec

Browse files
authored
fix: Pin the ofrep provider's requests dep >=2.27.0 because of… (#161)
[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 9ffc7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/openfeature-provider-ofrep/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)