Skip to content

Commit

Permalink
⬆️ Replace fastapi with fastapi-slim (#209)
Browse files Browse the repository at this point in the history
* ⬆️ Replace `fastapi` with `fastapi-slim`

Signed-off-by: ff137 <[email protected]>

* Update lock files

Signed-off-by: ff137 <[email protected]>

---------

Signed-off-by: ff137 <[email protected]>
  • Loading branch information
ff137 authored May 10, 2024
1 parent 114c84f commit d560e37
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2,038 deletions.
780 changes: 6 additions & 774 deletions redis_events/docker/services/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redis_events/docker/services/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["Shaanjot Gill <[email protected]>"]
python = "^3.9"
redis = "^5.0.4"
aiohttp = "^3.9.5"
fastapi = "^0.111.0"
fastapi-slim = "^0.111.0"
uvicorn = "^0.29.0"
nest-asyncio = "^1.5.5"

Expand Down
634 changes: 6 additions & 628 deletions redis_events/integration/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion redis_events/integration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest-asyncio = "^0.23.6"
requests = "^2.31.0"
aiohttp = "^3.9.5"
aries-cloudagent = { version = "0.12.1" }
fastapi = "^0.111.0"
fastapi-slim = "^0.111.0"
nest-asyncio = "^1.5.5"
pydantic = "^1.10.15"
redis = "^5.0.4"
Expand Down
642 changes: 10 additions & 632 deletions redis_events/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.12.1", optional = true }
aiohttp = "^3.9.5"
fastapi = "^0.111.0"
fastapi-slim = "^0.111.0"
nest-asyncio = "^1.5.5"
pydantic = "^1.10.15"
redis = "^5.0.4"
Expand All @@ -21,7 +21,7 @@ uvicorn = "^0.29.0"
aca-py = ["aries-cloudagent"]

[tool.poetry.dev-dependencies]
ruff= "^0.4.4"
ruff = "^0.4.4"
black = "~24.4.2"
pytest = "^8.2.0"
pytest-asyncio = "^0.23.6"
Expand Down

0 comments on commit d560e37

Please sign in to comment.