update reqs
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
httpx
|
| 4 |
-
pydantic
|
| 5 |
-
huggingface_hub
|
| 6 |
-
llama-cpp-python
|
|
|
|
| 1 |
+
fastapi==0.115.12
|
| 2 |
+
uvicorn[standard]==0.34.0
|
| 3 |
+
httpx==0.28.1
|
| 4 |
+
pydantic==2.11.3
|
| 5 |
+
huggingface_hub==0.30.2
|
| 6 |
+
llama-cpp-python==0.3.8
|