AIMLxDIV commited on
Commit
9a69e74
·
1 Parent(s): 3be53b7

chore: fix TestClient compatibility in requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- fastapi==0.109.0
2
- uvicorn==0.27.0
3
- pydantic==2.6.1
4
- pytest==8.0.0
5
- requests==2.31.0
6
- websockets==12.0
7
- httpx
8
  openai>=1.0.0
 
1
+ fastapi>=0.109.0
2
+ uvicorn>=0.27.0
3
+ pydantic>=2.6.1
4
+ pytest>=8.0.0
5
+ requests>=2.31.0
6
+ websockets>=12.0
7
+ httpx<0.28.0
8
  openai>=1.0.0