Skip to content

Commit

Permalink
build(deps): bump fastapi in /examples/fastapi-sse
Browse files Browse the repository at this point in the history
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.108.0 to 0.109.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.108.0...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 Feb 5, 2024
1 parent 4b3f975 commit f1cfee2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions examples/fastapi-sse/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 examples/fastapi-sse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python = "^3.8"
sse-starlette = "^1.8.2"
kstreams = { path = "../../.", develop = true }
uvicorn = "^0.18.2"
fastapi = "^0.108.0"
fastapi = "^0.109.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f1cfee2

Please sign in to comment.