diff --git a/pyproject.toml b/pyproject.toml index 583b794..2f969f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -arcaflow-plugin-sdk = "^0.13.0" +arcaflow-plugin-sdk = "^0.14.0" [tool.poetry.dev-dependencies] docformatter = "^1.5.0" diff --git a/requirements.txt b/requirements.txt index 24d8706..b934a6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -arcaflow-plugin-sdk==0.13.0 ; python_version >= "3.9" and python_version < "4.0" +arcaflow-plugin-sdk==0.14.0 ; python_version >= "3.9" and python_version < "4.0" cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0" pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"