All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 32m3s
13 lines
223 B
Plaintext
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
|