14 lines
325 B
Text
14 lines
325 B
Text
fastapi==0.115.5
|
|
uvicorn[standard]==0.32.1
|
|
pydantic==2.9.2
|
|
httpx>=0.27,<1.0
|
|
# Explicit pins for uvicorn[standard] extras — the [standard] selector
|
|
# was getting stripped during build invalidation. Pin directly.
|
|
click>=8.0
|
|
h11>=0.14
|
|
httptools>=0.6
|
|
python-dotenv>=1.0
|
|
PyYAML>=6.0
|
|
uvloop>=0.20
|
|
watchfiles>=0.21
|
|
websockets>=13
|