summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f7e3807..2286bbe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,6 @@ license = {text = "MIT"}
requires-python = ">=3.14,<4.0"
dependencies = [
"fastapi (>=0.135.1,<0.136.0)",
- "uvicorn (>=0.41.0,<0.42.0)",
"pydantic (>=2.12.5,<3.0.0)",
"argon2 (>=0.1.10,<0.2.0)",
"redis (>=7.3.0,<8.0.0)",
@@ -22,6 +21,7 @@ dependencies = [
"loguru (>=0.7.3,<0.8.0)",
"pyjwt (>=2.12.1,<3.0.0)",
"authlib (>=1.6.9,<2.0.0)",
+ "python-multipart (>=0.0.22,<0.0.23)",
]
@@ -31,5 +31,6 @@ build-backend = "poetry.core.masonry.api"
[dependency-groups]
dev = [
- "ruff (>=0.15.6,<0.16.0)"
+ "ruff (>=0.15.6,<0.16.0)",
+ "uvicorn[standard] (>=0.42.0,<0.43.0)"
]