DRY getting boto3 clients (#2622)

This commit is contained in:
Asher Foa
2025-06-11 11:59:58 -04:00
committed by GitHub
parent 9a29d966ab
commit 87fb5b4408
3 changed files with 516 additions and 18 deletions

View File

@@ -100,6 +100,7 @@ pandas = "^2.2.3"
pre-commit = "^4.2.0"
ruff = "^0.11.12"
aiosqlite = "^0.21.0"
types-boto3 = {extras = ["full"], version = "^1.38.31"}
[build-system]
requires = ["poetry-core>=1.0.0"]