Skip to content

Commit df9a21d

Browse files
authored
chore(deps): bump boto3 and botocore minimum to 1.42.86 (#399)
The previous floor version (1.42.63) does not include ground truth support. Bump the minimum required versions of boto3 and botocore to 1.42.86 to ensure ground truth APIs are available.
1 parent 5ccb283 commit df9a21d

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ classifiers = [
2626
"Topic :: Software Development :: Libraries :: Python Modules",
2727
]
2828
dependencies = [
29-
"boto3>=1.42.63",
30-
"botocore>=1.42.63",
29+
"boto3>=1.42.86",
30+
"botocore>=1.42.86",
3131
"pydantic>=2.0.0,<2.41.3",
3232
"urllib3>=1.26.0",
3333
"starlette>=0.46.2",

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)