Skip to content

Commit 7a36f8a

Browse files
fix boto
1 parent 28c24fb commit 7a36f8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ geopy = ">=2.4.0"
2222
sentry-sdk = { version = "^1.5.12", extras = ["flask"] }
2323
timezonefinder = ">=6.2.0"
2424
pytz = ">=2023.3.post1"
25-
boto3 = ">=1.38.14"
25+
boto3 = "==1.26.158"
26+
botocore = "==1.29.158"
2627

2728
[tool.poetry.group.quality]
2829
optional = true

0 commit comments

Comments
 (0)