Skip to content

Commit

Permalink
feat(pyproject, poetry): bump fastapi version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamhexi committed Oct 14, 2024
1 parent d1dc72e commit e555d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nltk = "^3.9.1"
rich = "^13.8.1"
tqdm = "^4.66.5"
sentence-transformers = "^3.1.1"
fastapi = {extras = ["standard"], version = "^0.115.0"}
fastapi = {extras = ["standard"], version = "^0.115.2"}
pyyaml = "^6.0.2"

[tool.poetry.group.test]
Expand Down

0 comments on commit e555d2d

Please sign in to comment.