Skip to content

Commit ac2f6c9

Browse files
whummerclaude
andcommitted
add jsonpatch explicitly to dev and test dependencies
jsonpatch is a transitive dependency of localstack that may not be installed automatically in all environments. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c4083ff commit ac2f6c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dev = [
3232
"boto3",
3333
"build",
3434
"localstack",
35+
"jsonpatch",
3536
"pytest",
3637
"ruff",
3738
]
@@ -41,6 +42,7 @@ test = [
4142
"grpcio>=1.50.0",
4243
"grpcio-tools>=1.50.0",
4344
"localstack",
45+
"jsonpatch",
4446
]
4547

4648
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)