chore: update Python version to 3.14.4 and bump package version to 2.0.0

This commit is contained in:
grillazz
2026-05-10 08:36:06 +02:00
parent 5d0207cb9b
commit a68bf94187
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
[project]
name = "fastapi-sqlalchemy-asyncpg"
version = "1.24.0"
version = "2.0.0"
description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for high-performance async database operations. Features include JWT authentication with Redis token storage, password hashing, connection pooling, data processing with Polars, Rich logging, task scheduling with APScheduler, and Shakespeare datasets integration."
readme = "README.md"
requires-python = "==3.14.0"
requires-python = "==3.14.4"
dependencies = [
"fastapi[all]==0.124.4",
"pydantic[email]==2.12.5",