Skip to content

Commit 63a31ae

Browse files
committed
Update Attrs version to widen support
**Description** #5075 **Testing Done** Running unit and integ tests Unit and integ tests passing indicate that this version upgrade does not break anything
1 parent 6fb3b81 commit 63a31ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
]
3333
dependencies = [
34-
"attrs>=23.1.0,<24",
34+
"attrs>=24,<26",
3535
"boto3>=1.35.75,<2.0",
3636
"cloudpickle>=2.2.1",
3737
"docker",

0 commit comments

Comments
 (0)