Skip to content

Commit

Permalink
⬆️ deps: Update dependencies (non-major)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 17, 2024
1 parent 7a6f350 commit ff18559
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["PuQing <[email protected]>"]
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"
Expand All @@ -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"


Expand Down

0 comments on commit ff18559

Please sign in to comment.