Merge pull request #500 from AdityaBavadekar/fix/python-version-standardization

Standardize Python version 3.12 across all packages
This commit is contained in:
James Murdza
2025-10-22 14:58:51 -07:00
committed by GitHub
7 changed files with 894 additions and 41 deletions

View File

@@ -12,7 +12,7 @@ authors = [
]
readme = "README.md"
license = { text = "MIT" }
requires-python = ">=3.9"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.111.0",
"uvicorn[standard]>=0.27.0",