Skip to content

Commit 6aef578

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 6aef578

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hooks/openfeature-hooks-opentelemetry": "0.1.3",
33
"providers/openfeature-provider-flagd": "0.1.5",
4-
"providers/openfeature-provider-ofrep": "0.1.0",
4+
"providers/openfeature-provider-ofrep": "0.1.1",
55
"providers/openfeature-provider-flipt": "0.1.3"
66
}

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)