From 8a996044742d04a2e1279445ea8ad2f5359a440c Mon Sep 17 00:00:00 2001 From: Hari Date: Fri, 15 May 2026 00:42:01 +0200 Subject: [PATCH] changes --- Dockerfile | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5641cc6..70e8bf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . EXPOSE 8000 RUN touch /app/users.db -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"] \ No newline at end of file +CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"] diff --git a/requirements.txt b/requirements.txt index 8cd7b01..34ed03e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ email-validator==1.3.1 fastapi==0.109.1 fastapi-utils==0.2.1 greenlet==2.0.2 -h11==0.16.0 +h11==0.13.0 httpcore==0.16.3 httptools==0.5.0 httpx==0.23.3 @@ -26,7 +26,7 @@ requests==2.33.0 rfc3986==1.5.0 sniffio==1.3.0 SQLAlchemy==1.4.47 -starlette==0.49.1 +starlette==0.35.0 typing==3.7.4.3 typing_extensions==4.8.0 ujson==5.12.1