Skip to content

Commit 2fc171a

Browse files
committed
updated to latest version of osbot-*
1 parent 0497862 commit 2fc171a

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

osbot_fast_api_serverless/fast_api/lambda_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from osbot_aws.aws.lambda_.boto3__lambda import load_dependencies # using the lightweight file (which only has the boto3 calls required to load_dependencies)
22

3-
LAMBDA_DEPENDENCIES = ['osbot-fast-api==v0.24.0', 'mangum']
3+
LAMBDA_DEPENDENCIES = ['osbot-fast-api==v0.25.0', 'mangum']
44

55
load_dependencies(LAMBDA_DEPENDENCIES)
66

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)