Skip to content

Commit

Permalink
tests: update fastapi (#17167)
Browse files Browse the repository at this point in the history
* update fastapi

* bump version
  • Loading branch information
masci authored Dec 5, 2024
1 parent eeb068f commit a360c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llama-index-networks/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ maintainers = [
name = "llama-index-networks"
packages = [{include = "llama_index/"}]
readme = "README.md"
version = "0.5.0"
version = "0.5.1"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
fastapi = {extras = ["all"], version = "^0.109.2"}
fastapi = {extras = ["all"], version = "^0.115.6"}
pyjwt = {extras = ["crypto"], version = "^2.8.0"}
python-jose = "^3.3.0"
uvicorn = {extras = ["standard"], version = "^0.27.1"}
Expand Down

0 comments on commit a360c37

Please sign in to comment.