pin dependencies

This commit is contained in:
Anatol Ulrich 2023-10-11 17:31:40 +02:00
parent 9331b64797
commit 253b410fc8

View File

@ -1,8 +1,8 @@
fastapi
python-jose[cryptography]
strawberry-graphql[fastapi]
uvicorn[standard]
coloredlogs
pydantic
httpx
tomli
fastapi == 0.103.1
python-jose[cryptography] == 3.3.0
strawberry-graphql[fastapi] == 0.209.2
uvicorn[standard] == 0.23.2
coloredlogs == 15.0.1
pydantic == 2.4.2
httpx == 0.25.0
tomli >= 1.1.0 ; python_version < '3.11.0a7'