We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ec6db commit 61306e6Copy full SHA for 61306e6
pyproject.toml
@@ -11,7 +11,7 @@ packages = [
11
12
[tool.poetry.dependencies]
13
python = "^3.9"
14
-arcaflow-plugin-sdk = "^0.13.0"
+arcaflow-plugin-sdk = "^0.14.0"
15
16
[tool.poetry.dev-dependencies]
17
docformatter = "^1.5.0"
requirements.txt
@@ -1,3 +1,3 @@
1
-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"
2
cbor2==5.6.3 ; python_version >= "3.9" and python_version < "4.0"
3
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
0 commit comments