chore: upgrade to Python 3.13 & run update
This commit is contained in:
parent
2814be8975
commit
2ce8924d1b
10 changed files with 731 additions and 518 deletions
|
|
@ -3,15 +3,15 @@ name = "unwind"
|
|||
version = "0"
|
||||
description = ""
|
||||
authors = [{ name = "ducklet", email = "ducklet@noreply.code.dumpr.org" }]
|
||||
requires-python = ">=3.12"
|
||||
requires-python = ">=3.13"
|
||||
license = "blessing"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.9.3,<5",
|
||||
"html5lib~=1.1",
|
||||
"starlette>=0.38.0,<0.39",
|
||||
"starlette>=0.46.2",
|
||||
"ulid-py>=1.1.0,<2",
|
||||
"uvicorn>=0.30.1,<0.31",
|
||||
"httpx>=0.27.0,<0.28",
|
||||
"uvicorn>=0.34.2",
|
||||
"httpx>=0.28.1",
|
||||
"sqlalchemy[aiosqlite]~=2.0",
|
||||
"alembic>=1.13.1,<2",
|
||||
]
|
||||
|
|
@ -31,7 +31,7 @@ requires = ["hatchling"]
|
|||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.pyright]
|
||||
pythonVersion = "3.12"
|
||||
pythonVersion = "3.13"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue