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 <benjaminajm@gmail.com>
This commit is contained in:
Ben Mask 2025-01-21 16:36:42 -05:00 committed by GitHub
parent ed121bd870
commit 9ffc7ec91d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ classifiers = [
keywords = []
dependencies = [
"openfeature-sdk>=0.7.0",
"requests"
"requests>=2.27.0"
]
requires-python = ">=3.8"