Files
oracle-openai/requirements.txt
Wang Defa 42222744c7
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 32m3s
第一次提交
2025-12-09 14:44:09 +08:00

13 lines
223 B
Plaintext

# FastAPI and server
fastapi==0.115.0
uvicorn[standard]==0.32.0
pydantic==2.9.2
pydantic-settings==2.6.1
# OCI SDK (updated to latest stable version)
oci>=2.160.0
# Utilities
python-dotenv==1.0.1
python-multipart==0.0.17