Update python version and dependencies
Some checks failed
Auto Increment Version / bump_version (push) Has been cancelled
Some checks failed
Auto Increment Version / bump_version (push) Has been cancelled
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
3.13
|
|
||||||
2046
server/poetry.lock
generated
2046
server/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user