Downgrade Python to 3.12.9 again

This changeset puts us back to Python 3.12.9 since we are still wrestling with certificate validation errors in Python 3.13 and no easy way to test things without breaking our deployment flow currently.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-07-30 12:27:34 -04:00
parent 0a4057bb9e
commit c6ae9636c2
5 changed files with 41 additions and 15 deletions

View File

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