shivam2k3 commited on
Commit
cea0ed8
·
1 Parent(s): 18f5303

Bump httpx to >=0.28.1 to satisfy openenv-core 0.2.2+

Browse files

The Space build failed: openenv-core 0.2.x now requires httpx>=0.28.1
but we pinned httpx==0.27.2. 0.28 is API-compatible for our TestClient
usage and the OpenSOCClient.

Made-with: Cursor

Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -11,7 +11,7 @@ dependencies = [
11
  "uvicorn[standard]==0.32.1",
12
  "pydantic==2.10.3",
13
  "requests==2.32.3",
14
- "httpx==0.27.2",
15
  "openenv-core>=0.2.0",
16
  "pyyaml==6.0.2",
17
  "gradio>=4.40,<5",
 
11
  "uvicorn[standard]==0.32.1",
12
  "pydantic==2.10.3",
13
  "requests==2.32.3",
14
+ "httpx>=0.28.1,<0.29",
15
  "openenv-core>=0.2.0",
16
  "pyyaml==6.0.2",
17
  "gradio>=4.40,<5",
requirements.txt CHANGED
@@ -2,7 +2,7 @@ fastapi==0.115.5
2
  uvicorn[standard]==0.32.1
3
  pydantic==2.10.3
4
  requests==2.32.3
5
- httpx==0.27.2
6
  openenv-core>=0.2.0
7
  pyyaml==6.0.2
8
  gradio>=4.40,<5
 
2
  uvicorn[standard]==0.32.1
3
  pydantic==2.10.3
4
  requests==2.32.3
5
+ httpx>=0.28.1,<0.29
6
  openenv-core>=0.2.0
7
  pyyaml==6.0.2
8
  gradio>=4.40,<5