Skip to content

Commit aed6149

Browse files
committed
updated core dependency to 6.3.0 to pull in DNS Persistent DCV method
1 parent 315dc75 commit aed6149

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ dependencies = [
3131
"requests==2.32.4",
3232
"dnspython==2.7.0",
3333
"pydantic==2.11.7",
34-
"aiohttp==3.12.14",
34+
"aiohttp==3.13.3",
3535
"aws-lambda-powertools[parser]==3.15.1",
36-
"open-mpic-core==6.2.0",
36+
"open-mpic-core==6.3.0",
3737
"aioboto3~=14.3.0",
3838
"black==25.1.0",
3939
]
@@ -56,7 +56,7 @@ Source = "https://github.com/open-mpic/aws-lambda-python"
5656
#virtual = ".hatch"
5757

5858
[tool.api]
59-
spec_version = "3.7.0"
59+
spec_version = "3.8.0"
6060
spec_repository = "https://github.com/open-mpic/open-mpic-specification"
6161

6262
[tool.hatch]

src/aws_lambda_mpic/__about__.py

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

0 commit comments

Comments
 (0)