Skip to content

Commit 16cf85a

Browse files
committed
updated api version
1 parent d883f37 commit 16cf85a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The above sample must be run from the root directory of a deployed Open MPIC aws
4343

4444
The API is compliant with the [Open MPIC Specification](https://github.com/open-mpic/open-mpic-specification).
4545

46-
Documentation based on the API specification used in this version can be viewed [here](https://open-mpic.org/documentation.html?commit=9c1e2e9a73f63e2c9156909e949e0a724aeccb6a).
46+
Documentation based on the API specification used in this version can be viewed [here](https://open-mpic.org/documentation.html?commit=44c941d395430b022063b2e5353526ba07034771).
4747

4848
## Development
4949
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.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ classifiers = [
2626
"Programming Language :: Python :: Implementation :: PyPy",
2727
]
2828
dependencies = [
29-
"open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@birgelee-key-auth-hash",
29+
# "open-mpic-core @ git+https://github.com/open-mpic/open-mpic-core-python.git@birgelee-key-auth-hash",
3030
"pyyaml==6.0.1",
3131
"requests>=2.32.3",
3232
"dnspython==2.6.1",
3333
"pydantic==2.8.2",
3434
"aiohttp==3.11.11",
3535
"aws-lambda-powertools[parser]==3.2.0",
36-
# "open-mpic-core==5.1.0",
36+
"open-mpic-core==5.2.0",
3737
"aioboto3~=13.3.0",
3838
"black==24.8.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.0.0"
59+
spec_version = "3.1.0"
6060
spec_repository = "https://github.com/open-mpic/open-mpic-specification"
6161

6262
[tool.hatch]

0 commit comments

Comments
 (0)