Skip to content

Commit

Permalink
fix: Pin the ofrep provider's requests dep >=2.27.0 because of… (#161)
Browse files Browse the repository at this point in the history
[Issue 156] Pin the ofrep provider's requests dep >=2.27.0 because of JSONDecodeError useage

Signed-off-by: atmask <[email protected]>
  • Loading branch information
atmask authored Jan 21, 2025
1 parent ed121bd commit 9ffc7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/openfeature-provider-ofrep/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
keywords = []
dependencies = [
"openfeature-sdk>=0.7.0",
"requests"
"requests>=2.27.0"
]
requires-python = ">=3.8"

Expand Down

0 comments on commit 9ffc7ec

Please sign in to comment.