Skip to content

Commit 886ec0b

Browse files
Nikita KozodoiJack Butler
authored andcommitted
⬆️ Upgrade boto3 deps
Briefly explain what is in this change with a small example code snippet where relevant.
1 parent 3233c08 commit 886ec0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[project]
22
name = "bee_hive"
3-
version = "0.7.8"
3+
version = "0.7.9"
44
description = "Library for enabling inference-time-compute augmentations in Bedrock"
55
authors = [
66
{name = "Jack Butler", email = "[email protected]"},
77
{name = "Nikita Kozodoi", email = "[email protected]"},
88
]
99
license = { text = "Amazon Software License" }
1010
dependencies = [
11-
"boto3>=1.38.0,<1.40.0",
12-
"botocore>=1.38.0,<1.40.0",
11+
"boto3>=1.38.0,<1.41.0",
12+
"botocore>=1.38.0,<1.41.0",
1313
"loguru>=0.7.2",
1414
"pydantic>=2.9.2",
1515
]

0 commit comments

Comments
 (0)