Skip to content

Commit

Permalink
chore(deps): bump fastapi from 0.103.2 to 0.109.1 in /agents-api
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.103.2...0.109.1)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 4fd7cdf commit 9e5b360
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
33 changes: 18 additions & 15 deletions agents-api/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 agents-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{include = "agents_api"}]

[tool.poetry.dependencies]
python = ">=3.10,<3.13"
fastapi = "^0.103.1"
fastapi = "^0.109.1"
pycozo = {extras = ["embedded"], version = "^0.7.6"}
uvicorn = "^0.23.2"
fire = "^0.5.0"
Expand Down

0 comments on commit 9e5b360

Please sign in to comment.