Skip to content

Commit

Permalink
core: Bump fastapi-versioning to 0.9.1
Browse files Browse the repository at this point in the history
This update fixes the incosistent behavior on `/latest` paths.
  • Loading branch information
rafaellehmkuhl committed Jun 21, 2021
1 parent f2be58b commit 17972d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/services/ardupilot_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"uvicorn == 0.13.4",
"python-multipart == 0.0.5",
"validators == 0.18.2",
"fastapi-versioning == 0.9.0",
"fastapi-versioning == 0.9.1",
"aiofiles == 0.6.0",
"loguru == 0.5.3",
"commonwealth == 0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/services/cable_guy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def populate_static_files() -> None:
"fastapi == 0.63.0",
"uvicorn == 0.13.4",
"aiofiles == 0.6.0",
"fastapi-versioning == 0.9.0",
"fastapi-versioning == 0.9.1",
"commonwealth == 0.1.0",
"loguru == 0.5.3",
],
Expand Down
2 changes: 1 addition & 1 deletion core/services/helper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def populate_static_files() -> None:
"beautifulsoup4 == 4.9.3",
"commonwealth == 0.1.0",
"fastapi == 0.63.0",
"fastapi-versioning == 0.9.0",
"fastapi-versioning == 0.9.1",
"psutil == 5.7.2",
"requests == 2.25.1",
"starlette == 0.13.6",
Expand Down
2 changes: 1 addition & 1 deletion core/services/wifi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"fastapi == 0.63.0",
"uvicorn == 0.13.4",
"aiofiles == 0.6.0",
"fastapi-versioning == 0.9.0",
"fastapi-versioning == 0.9.1",
"commonwealth == 0.1.0",
],
)

0 comments on commit 17972d3

Please sign in to comment.