We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4637d commit 302954dCopy full SHA for 302954d
2 files changed
pyproject.toml
@@ -33,7 +33,7 @@ dependencies = [
33
"pydantic==2.11.7",
34
"aiohttp==3.13.3",
35
"aws-lambda-powertools[parser]==3.15.1",
36
- "open-mpic-core==6.3.1",
+ "open-mpic-core==6.3.0",
37
"aioboto3~=14.3.0",
38
"black==25.1.0",
39
]
src/aws_lambda_mpic/__about__.py
@@ -1 +1 @@
1
-__version__ = "1.7.1"
+__version__ = "1.7.0"
0 commit comments