-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refact: use Bento FastAPI base class + remove redundant code
requires changing SERVICE_URL env to SERVICE_URL_BASE_PATH and AUTHZ_ENABLED to BENTO_AUTHZ_ENABLED
- Loading branch information
1 parent
4138236
commit e3edc22
Showing
9 changed files
with
22 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "bento_drop_box_service" | ||
version = "1.1.6" | ||
version = "1.1.7" | ||
description = "Drop box and basic file management service for the Bento platform." | ||
authors = ["David Lougheed <[email protected]>", "Simon Chénard <[email protected]>"] | ||
readme = "README.md" | ||
|
@@ -19,7 +19,7 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10.0" | ||
bento-lib = {extras = ["fastapi"], version = "^11.10.0"} | ||
bento-lib = {extras = ["fastapi"], version = "^11.10.1"} | ||
aiofiles = "^23.2.1" | ||
fastapi = "^0.111.0" | ||
werkzeug = "^3.0.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters