manually roll python back to 3.12.2

This commit is contained in:
Kenneth Kehl
2025-06-09 08:46:07 -07:00
parent 8e0bb22634
commit 97ea02e85a
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13.2"
python = "^3.12.2"
alembic = "==1.16.1"
amqp = "==5.3.1"
beautifulsoup4 = "==4.13.4"