Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeeraZ committed Feb 19, 2024
2 parents 9b1ebc5 + 202298e commit c6734a2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 18 deletions.
42 changes: 26 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = "^0.104.1"
fastapi = "^0.109.1"
SQLAlchemy = "^2.0.23"
psycopg2 = "^2.9.9"
pydantic-settings = "^2.1.0"
Expand All @@ -20,7 +20,7 @@ pymupdf = "^1.23.7"
openai = "^1.3.8"
tiktoken = "^0.5.2"
loguru = "^0.7.2"
python-multipart = "^0.0.6"
python-multipart = "^0.0.7"
ujson = "^5.9.0"
asgi-correlation-id = "^4.2.0"
fastapi-pagination = "^0.12.14"
Expand Down

0 comments on commit c6734a2

Please sign in to comment.