Skip to content

Commit 3f1065d

Browse files
committed
fixed version of osbot-fast-api
1 parent a105e9a commit 3f1065d

3 files changed

Lines changed: 3 additions & 3 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.14.0', 'mangum']
3+
LAMBDA_DEPENDENCIES = ['osbot-fast-api==v0.24.0', 'mangum']
44

55
load_dependencies(LAMBDA_DEPENDENCIES)
66

tests/unit/utils/deploy/test_Deploy__Serverless_Fast_API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class test_Deploy__Serverless_Fast_API(TestCase):
1818
@classmethod
1919
def setUpClass(cls):
20-
skip__if_not__in_github_actions()
20+
#skip__if_not__in_github_actions()
2121
setup_local_stack() # deploy lambda to localstack
2222
cls.ephemeral_storage = 1048
2323
cls.memory_size = 1024

0 commit comments

Comments
 (0)