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 +0,0 @@
3.13

2046
server/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

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