Update python version and dependencies
Some checks failed
Auto Increment Version / bump_version (push) Has been cancelled

This commit is contained in:
Lucas Jensen
2026-01-01 20:31:25 -08:00
parent 1cb7565871
commit a52d9a0372
3 changed files with 1374 additions and 687 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "meganjohns"
version = "1.0.0"
version = "1.1.1"
package-mode = false
description = "FastAPI backend for meganjohns.com"
authors = ["Lucas Jensen <lucas@lucasjensen.me>"]
@@ -8,12 +8,12 @@ readme = "README.md"
packages = [{ include = "app" }]
[tool.poetry.dependencies]
python = "^3.12"
fastapi = { extras = ["standard"], version = "^0.115.6" }
mysql-connector-python = "^8.4.0"
python-dotenv = "^1.0.1"
icecream = "^2.1.3"
black = "^24.4.2"
python = "^3.14"
fastapi = { extras = ["standard"], version = "^0.128.0" }
mysql-connector-python = "^9.5.0"
python-dotenv = "^1.2.1"
icecream = "^2.1.8"
black = "^25.12.0"
gitpython = "^3.1.43"
[tool.poetry.scripts]