shank commited on
Commit ·
8b39a8b
1
Parent(s): ca23d0f
chore: include lockfile for reproducible deployment
Browse files- pyproject.toml +2 -2
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -12,8 +12,8 @@ dependencies = [
|
|
| 12 |
"fastapi==0.110.0",
|
| 13 |
"uvicorn==0.29.0",
|
| 14 |
"pydantic==2.6.4",
|
| 15 |
-
"openai==
|
| 16 |
-
"openenv-core>=0.2.0"
|
| 17 |
"requests==2.31.0",
|
| 18 |
"python-dotenv==1.0.1",
|
| 19 |
"pytest==8.1.0",
|
|
|
|
| 12 |
"fastapi==0.110.0",
|
| 13 |
"uvicorn==0.29.0",
|
| 14 |
"pydantic==2.6.4",
|
| 15 |
+
"openai==2.7.2",
|
| 16 |
+
"openenv-core>=0.2.0",
|
| 17 |
"requests==2.31.0",
|
| 18 |
"python-dotenv==1.0.1",
|
| 19 |
"pytest==8.1.0",
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|