-
- Downloads
No related branches found
No related tags found
Showing
- .pre-commit-config.yaml 3 additions, 3 deletions.pre-commit-config.yaml
- Dockerfile-Gunicorn 1 addition, 1 deletionDockerfile-Gunicorn
- app/api/endpoints/buckets.py 2 additions, 2 deletionsapp/api/endpoints/buckets.py
- requirements-dev.txt 2 additions, 2 deletionsrequirements-dev.txt
- requirements.txt 3 additions, 3 deletionsrequirements.txt
... | ... | @@ -4,8 +4,8 @@ clowmdb>=2.2.0,<2.3.0 |
# Webserver packages | ||
anyio>=3.7.0,<4.0.0 | ||
fastapi>=0.104.0,<0.105.0 | ||
pydantic>=2.4.0,<2.5.0 | ||
pydantic-settings>=2.0.0,<2.1.0 | ||
pydantic>=2.5.0,<2.6.0 | ||
pydantic-settings>=2.1.0,<2.2.0 | ||
uvicorn>=0.24.0,<0.25.0 | ||
# Database packages | ||
PyMySQL>=1.1.0,<1.2.0 | ||
... | ... | @@ -14,7 +14,7 @@ aiomysql>=0.2.0,<0.3.0 |
# Security packages | ||
authlib>=1.2.0,<1.3.0 | ||
# Ceph and S3 packages | ||
boto3>=1.28.0,<1.29.0 | ||
boto3>=1.29.0,<1.30.0 | ||
rgwadmin>=2.4.0,<2.5.0 | ||
# Miscellaneous | ||
tenacity>=8.2.0,<8.3.0 | ||
... | ... |
Please register or sign in to comment