Skip to content

Commit

Permalink
Upgrade fastapi (#103)
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale authored Feb 12, 2024
1 parent 3a26749 commit 6bf3bc5
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 20 deletions.
73 changes: 54 additions & 19 deletions redis_events/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 redis_events/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.9"
# explicitly installed with the plugin if desired.
aries-cloudagent = { version = ">=0.10.3, < 1.0.0", optional = true }
aiohttp = "^3.7.4"
fastapi = "^0.68.0"
fastapi = "^0.109.2"
nest-asyncio = "^1.5.5"
pydantic = "^1.8.2"
redis = "^4.1.4"
Expand Down

0 comments on commit 6bf3bc5

Please sign in to comment.