Skip to content

Commit 5a4dc04

Browse files
authored
Bump HTTPX (#2106)
* Bump HTTPX * Move to httpx >=0.27.0, LiteLLM error
1 parent 82a3a9e commit 5a4dc04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "r2r"
7-
version = "3.5.8"
7+
version = "3.5.9"
88
description = "SciPhi R2R"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -16,7 +16,7 @@ dependencies = [
1616
"aiofiles >=24.1.0,<25.0.0",
1717
"alembic >=1.13.3,<2.0.0",
1818
"fastapi >=0.115.11,<0.116.0",
19-
"httpx >=0.27.0,<0.28.0",
19+
"httpx >=0.27.0",
2020
"openai >=1.11.1,<1.61.0",
2121
"python-dotenv >=1.0.1,<2.0.0",
2222
"psycopg-binary >=3.2.3,<4.0.0",

py/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)