mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
fastapi bump
This commit is contained in:
@@ -5,7 +5,7 @@ description = "A modern FastAPI application with SQLAlchemy 2.0 and AsyncPG for
|
||||
readme = "README.md"
|
||||
requires-python = "==3.14.0"
|
||||
dependencies = [
|
||||
"fastapi[all]==0.121.1",
|
||||
"fastapi[all]==0.121.2",
|
||||
"pydantic[email]==2.12.4",
|
||||
"pydantic-settings==2.12.0",
|
||||
"sqlalchemy==2.0.44",
|
||||
|
||||
8
uv.lock
generated
8
uv.lock
generated
@@ -290,7 +290,7 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "fastapi"
|
||||
version = "0.121.1"
|
||||
version = "0.121.2"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "annotated-doc" },
|
||||
@@ -298,9 +298,9 @@ dependencies = [
|
||||
{ name = "starlette" },
|
||||
{ name = "typing-extensions" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6b/a4/29e1b861fc9017488ed02ff1052feffa40940cb355ed632a8845df84ce84/fastapi-0.121.1.tar.gz", hash = "sha256:b6dba0538fd15dab6fe4d3e5493c3957d8a9e1e9257f56446b5859af66f32441", size = 342523, upload-time = "2025-11-08T21:48:14.068Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/fb/48/f08f264da34cf160db82c62ffb335e838b1fc16cbcc905f474c7d4c815db/fastapi-0.121.2.tar.gz", hash = "sha256:ca8e932b2b823ec1721c641e3669472c855ad9564a2854c9899d904c2848b8b9", size = 342944, upload-time = "2025-11-13T17:05:54.692Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/94/fd/2e6f7d706899cc08690c5f6641e2ffbfffe019e8f16ce77104caa5730910/fastapi-0.121.1-py3-none-any.whl", hash = "sha256:2c5c7028bc3a58d8f5f09aecd3fd88a000ccc0c5ad627693264181a3c33aa1fc", size = 109192, upload-time = "2025-11-08T21:48:12.458Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/eb/23/dfb161e91db7c92727db505dc72a384ee79681fe0603f706f9f9f52c2901/fastapi-0.121.2-py3-none-any.whl", hash = "sha256:f2d80b49a86a846b70cc3a03eb5ea6ad2939298bf6a7fe377aa9cd3dd079d358", size = 109201, upload-time = "2025-11-13T17:05:52.718Z" },
|
||||
]
|
||||
|
||||
[package.optional-dependencies]
|
||||
@@ -405,7 +405,7 @@ requires-dist = [
|
||||
{ name = "asyncpg", specifier = "==0.30.0" },
|
||||
{ name = "bcrypt", specifier = "==5.0.0" },
|
||||
{ name = "dirty-equals", specifier = "==0.10.0" },
|
||||
{ name = "fastapi", extras = ["all"], specifier = "==0.121.1" },
|
||||
{ name = "fastapi", extras = ["all"], specifier = "==0.121.2" },
|
||||
{ name = "fastexcel", specifier = "==0.16.0" },
|
||||
{ name = "granian", specifier = "==2.5.7" },
|
||||
{ name = "httptools", specifier = "==0.7.1" },
|
||||
|
||||
Reference in New Issue
Block a user