Skip to content

Commit

Permalink
Locked versions of all back-end dependencies. (#281)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Berezin <[email protected]>
  • Loading branch information
vadim-zabolotniy and rtpro committed Mar 29, 2024
1 parent 2a4e114 commit 53e9974
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions application/requirements.txt
Original file line number Diff line number Diff line change
@@ -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]
uvicorn[standard]==0.28.0

0 comments on commit 53e9974

Please sign in to comment.