diff --git a/application/requirements.txt b/application/requirements.txt index 51f2156..8b49ac7 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -1,19 +1,19 @@ -aiosmtplib -alembic -asyncpg -chevron -deepdiff -email-validator -Faker # This dependency temporary must be in production requirements until Organization title change will be implemented. -fastapi -fastapi-users[sqlalchemy] -httpx -httpx-oauth -kubernetes +aiosmtplib==3.0.1 +alembic==1.13.1 +asyncpg==0.29.0 +chevron==0.14.0 +deepdiff==6.7.1 +email-validator==2.0.0.post2 +Faker==24.1.0 # This dependency temporary must be in production requirements until Organization title change will be implemented. +fastapi==0.110.0 +fastapi-users[sqlalchemy]==11.0.0 +httpx==0.26.0 +httpx-oauth==0.13.2 +kubernetes==29.0.0 kubernetes_asyncio==22.6.5 # Version locked because of issue https://github.com/kubernetes-client/python/issues/1718 and https://github.com/kubernetes-client/python/issues/1751 -mergedeep -procrastinate==0.33.0 -pydantic[dotenv]==1.10.14 -pyyaml +mergedeep==1.3.4 +procrastinate < 1.0.0 +pydantic[dotenv]==1.10.13 +pyyaml==6.0.1 sqlalchemy[asyncio]==1.4.46 -uvicorn[standard] \ No newline at end of file +uvicorn[standard]==0.28.0