Skip to content

Commit db37fb4

Browse files
committed
Set minimum OTF version to latest to ensure memory leak if fixed
1 parent 3066ae4 commit db37fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["automation", "task", "framework", "aws", "s3", "ssm", "otf"]
1616
dependencies = [
1717
"boto3 >= 1.26",
1818
"jsonpath-ng >= 1.7.0",
19-
"opentaskpy >= v24.23.0",
19+
"opentaskpy >= v26.18.1",
2020
]
2121
description = "Addons for opentaskpy, giving it the ability to push/pull via AWS S3, and pull variables from AWS SSM Parameter Store."
2222
readme = "README.md"

0 commit comments

Comments
 (0)