diff --git a/README.md b/README.md index 19888fa..77b2035 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ The above sample must be run from the root directory of a deployed Open MPIC aws The API is compliant with the [Open MPIC Specification](https://github.com/open-mpic/open-mpic-specification). -There is [documentation based on the API specification used in this version](https://open-mpic.org/documentation.html?commit=d19a6217becc22c528194923b66fd420105f5740). +There is [documentation based on the API specification used in this version](https://open-mpic.org/documentation.html?commit=149f38323babe01f0865565ae8a9a4deb0de8ec0). ## Development Code changes can easily be deployed by editing the .py files and then rezipping the project via `./zip-all.sh` and `./2-package.sh` in the `layer` directory. Then, running `tofu apply` run from the open-tofu directory will update only on the required resources and leave the others unchanged. If any `.tf.template` files are changed or `config.yaml` is edited, `hatch run ./configure.py` must be rerun followed by `tofu apply` in the open-tofu directory. diff --git a/pyproject.toml b/pyproject.toml index dcb15b2..10ce134 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,9 @@ dependencies = [ "requests==2.32.4", "dnspython==2.7.0", "pydantic==2.11.7", - "aiohttp==3.12.14", + "aiohttp==3.13.3", "aws-lambda-powertools[parser]==3.15.1", - "open-mpic-core==6.2.0", + "open-mpic-core==6.3.0", "aioboto3~=14.3.0", "black==25.1.0", ] @@ -56,7 +56,7 @@ Source = "https://github.com/open-mpic/aws-lambda-python" #virtual = ".hatch" [tool.api] -spec_version = "3.7.0" +spec_version = "3.8.0" spec_repository = "https://github.com/open-mpic/open-mpic-specification" [tool.hatch] diff --git a/src/aws_lambda_mpic/__about__.py b/src/aws_lambda_mpic/__about__.py index e4adfb8..14d9d2f 100644 --- a/src/aws_lambda_mpic/__about__.py +++ b/src/aws_lambda_mpic/__about__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.7.0"