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,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]
|
||||
|
||||
Reference in New Issue
Block a user