Skip to content

Commit edde5c5

Browse files
feat!: raise minimum python to 3.10 and update tenacity constraint
1 parent 6f4120e commit edde5c5

File tree

2 files changed

+13
-40
lines changed

2 files changed

+13
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ packages = [
5555
]
5656

5757
[tool.poetry.dependencies]
58-
python = "^3.8"
58+
python = "^3.10"
5959
boto3 = { version = "^1.28.82", optional = true }
6060
typing-extensions = "^4.9.0"
6161
httpx = ">=0.27.0,<1.0.0"
62-
tenacity = "9.0.0"
62+
tenacity = "^9.1.2"
6363
google-auth = { version = "^2.31.0", optional = true }
6464
pydantic = ">=1.9.0,<3.0.0"
6565

0 commit comments

Comments
 (0)