We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed121bd commit a98483fCopy full SHA for a98483f
providers/openfeature-provider-ofrep/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
6
[project]
7
name = "openfeature-provider-ofrep"
8
-version = "0.1.0"
+version = "0.1.1"
9
description = "OpenFeature provider for the OpenFeature Remote Evaluation Protocol (OFREP)"
10
readme = "README.md"
11
authors = [{ name = "OpenFeature", email = "[email protected]" }]
@@ -18,7 +18,7 @@ classifiers = [
18
keywords = []
19
dependencies = [
20
"openfeature-sdk>=0.7.0",
21
- "requests"
+ "requests>=2.27.0"
22
]
23
requires-python = ">=3.8"
24
0 commit comments