We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2694534 + 7035b90 commit 444ce98Copy full SHA for 444ce98
pyproject.toml
@@ -11,7 +11,7 @@ packages = [{ include = "src" }]
11
python = "^3.11"
12
python-dotenv = "^1.0.0"
13
pydantic = { extras = ["email"], version = "^2.4.1" }
14
-fastapi = "^0.103.1"
+fastapi = "^0.109.1"
15
uvicorn = "^0.23.2"
16
uvloop = "^0.17.0"
17
httptools = "^0.6.0"
@@ -22,15 +22,15 @@ SQLAlchemy-Utils = "^0.41.1"
22
python-jose = "^3.3.0"
23
SQLAlchemy = "^2.0.21"
24
pytest = "^7.4.2"
25
-python-multipart = "^0.0.6"
+python-multipart = "^0.0.7"
26
greenlet = "^2.0.2"
27
httpx = "^0.25.0"
28
pydantic-settings = "^2.0.3"
29
redis = "^5.0.1"
30
arq = "^0.25.0"
31
gunicorn = "^21.2.0"
32
bcrypt = "^4.1.1"
33
-fastcrud = "^0.1.5"
+fastcrud = "^0.4.0"
34
35
36
[build-system]
0 commit comments