revert python upgrade again

This commit is contained in:
Kenneth Kehl
2025-06-25 13:36:42 -07:00
parent 0ba4d8f437
commit 83068fcc0d
5 changed files with 154 additions and 136 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13.2"
python = "^3.12.2"
alembic = "==1.16.2"
amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"
@@ -68,7 +68,7 @@ python-dateutil = "^2.9.0.post0"
pyyaml = "^6.0.2"
s3transfer = "^0.13.0"
six = "^1.16.0"
urllib3 = "^2.5.0"
urllib3 = "^2.3.0"
webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.6"