第一次提交
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 32m3s
All checks were successful
Build and Push OCI GenAI Gateway Docker Image / docker-build-push (push) Successful in 32m3s
This commit is contained in:
12
requirements.txt
Normal file
12
requirements.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user