mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-06-10 06:40:38 +03:00
chore: update Python version to 3.14.4 and bump package version to 2.0.0
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user