Skip to content

Commit 4114e02

Browse files
committed
updated osbot-fast-api version
1 parent 3428eed commit 4114e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.25.0', 'mangum']
3+
LAMBDA_DEPENDENCIES = ['osbot-fast-api==v0.28.0', 'mangum']
44

55
load_dependencies(LAMBDA_DEPENDENCIES)
66

0 commit comments

Comments
 (0)