Skip to content

Commit 6345cf6

Browse files
committed
incorporated 6.4.0 of open-mpic-core, which introduces require_exact_case flag for Website Change and DNS TXT change (non-ACME) DCV methods.
1 parent 6966336 commit 6345cf6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ classifiers = [
2828
dependencies = [
2929
#"open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@birgelee-version-bump",
3030
"pyyaml==6.0.2",
31-
"requests==2.32.4",
31+
"requests==2.33.0",
3232
"dnspython==2.7.0",
3333
"pydantic==2.11.7",
34-
"aiohttp==3.13.3",
34+
"aiohttp==3.13.4",
3535
"aws-lambda-powertools[parser]==3.15.1",
36-
"open-mpic-core==6.3.3",
36+
"open-mpic-core==6.4.0",
3737
"aioboto3~=14.3.0",
3838
]
3939

@@ -58,7 +58,7 @@ Source = "https://github.com/open-mpic/aws-lambda-python"
5858
#virtual = ".hatch"
5959

6060
[tool.api]
61-
spec_version = "3.8.0"
61+
spec_version = "3.9.0"
6262
spec_repository = "https://github.com/open-mpic/open-mpic-specification"
6363

6464
[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.7.1"
1+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)