Skip to content

Commit

Permalink
Merge pull request #127 from bento-platform/chore/update
Browse files Browse the repository at this point in the history
chore(deps): update to bento_lib 12.1.0
  • Loading branch information
davidlougheed authored Aug 27, 2024
2 parents 076a240 + 841a0eb commit 2ae2988
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
2 changes: 0 additions & 2 deletions chord_drs/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from .backend import close_backend
from .commands import ingest
from .config import Config, APP_DIR
from .constants import SERVICE_NAME
from .db import db
from .metrics import metrics
from .request import DrsRequest
Expand Down Expand Up @@ -39,7 +38,6 @@
Exception,
flask_errors.flask_error_wrap_with_traceback(
flask_errors.flask_internal_server_error,
service_name=SERVICE_NAME,
drs_compat=True,
logger=application.logger,
authz=authz_middleware,
Expand Down
40 changes: 20 additions & 20 deletions 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 pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
[tool.poetry.dependencies]
python = "^3.10"
boto3 = ">=1.34.81,<1.35"
bento-lib = {version = "^11.12.0", extras = ["flask"]}
bento-lib = {version = "^12.1.0", extras = ["flask"]}
flask = ">=2.2.5,<2.3"
flask-sqlalchemy = ">=3.1.1,<3.2"
flask-migrate = ">=4.0.5,<4.1"
Expand Down

0 comments on commit 2ae2988

Please sign in to comment.