From 3db51f05a8fb895bd85800d32db88664ba9c4c1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:39:42 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?ies=20(non-major)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 9a294bb..6f035d0 100644 --- a/backend/app/pyproject.toml +++ b/backend/app/pyproject.toml @@ -6,9 +6,9 @@ authors = ["PuQing "] maintainers = [] [tool.poetry.dependencies] -python = ">=3.8,<3.11" -fastapi = "^0.109.1" -uvicorn = { version = "^0.27.0", extras = ["standard"] } +python = ">=3.12,<3.13" +fastapi = "^0.110.0" +uvicorn = { version = "^0.29.0", extras = ["standard"] } gunicorn = "^21.2.0" pydantic = { extras = ["email"], version = "^2.5.3" } pydantic-settings = "^2" @@ -31,7 +31,7 @@ psycopg = { extras = ["binary"], version = "^3.1.13" } scrapy = "^2.11.0" feedparser = "^6.0.11" gensim = "^4.3.2" -rectools = "^0.4.2" +rectools = "^0.5.0" mjml-python = "^1.3.0"