Skip to content

Commit b614d51

Browse files
nicklaslclaude
andauthored
fix(deps): relax httpx version pin to >=0.27.2,<1.0.0 (#112)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f621700 commit b614d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"requests>=2.33.1,<3.0.0",
3030
"openfeature-sdk==0.4.2",
3131
"typing_extensions>=4.9.0,<5.0.0",
32-
"httpx==0.27.2",
32+
"httpx>=0.27.2,<1.0.0",
3333
"protobuf>=5.29.5,<7.0.0"
3434
]
3535
requires-python = ">=3.10"

0 commit comments

Comments
 (0)