There was an error while loading. Please reload this page.
1 parent 315dc75 commit aed6149Copy full SHA for aed6149
2 files changed
pyproject.toml
@@ -31,9 +31,9 @@ dependencies = [
31
"requests==2.32.4",
32
"dnspython==2.7.0",
33
"pydantic==2.11.7",
34
- "aiohttp==3.12.14",
+ "aiohttp==3.13.3",
35
"aws-lambda-powertools[parser]==3.15.1",
36
- "open-mpic-core==6.2.0",
+ "open-mpic-core==6.3.0",
37
"aioboto3~=14.3.0",
38
"black==25.1.0",
39
]
@@ -56,7 +56,7 @@ Source = "https://github.com/open-mpic/aws-lambda-python"
56
#virtual = ".hatch"
57
58
[tool.api]
59
-spec_version = "3.7.0"
+spec_version = "3.8.0"
60
spec_repository = "https://github.com/open-mpic/open-mpic-specification"
61
62
[tool.hatch]
src/aws_lambda_mpic/__about__.py
@@ -1 +1 @@
1
-__version__ = "1.6.0"
+__version__ = "1.7.0"
0 commit comments