Skip to content

Commit 8e704ad

Browse files
committed
bumped dependency version. removed unnecessary print statement for an error
1 parent 026bc00 commit 8e704ad

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"pydantic==2.8.2",
3434
"aiohttp==3.11.11",
3535
"aws-lambda-powertools[parser]==3.2.0",
36-
"open-mpic-core==4.6.2",
36+
"open-mpic-core==4.7.1",
3737
"aioboto3~=13.3.0",
3838
"black==24.8.0",
3939
]

src/aws_lambda_mpic/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

src/aws_lambda_mpic/mpic_coordinator_lambda/mpic_coordinator_lambda_function.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def wrapper(*args, **kwargs):
206206
except Exception as e:
207207
logger.error(f"An error occurred: {str(e)}")
208208
print(traceback.format_exc())
209-
print(f"BOY HOWDY error occurred: {str(e)}")
210209
return {
211210
"statusCode": 500,
212211
"headers": {"Content-Type": "application/json"},

0 commit comments

Comments
 (0)