From 2602f35f6f63f9b3e3c240f7364c2566c841b7d1 Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Mon, 28 Oct 2024 02:34:05 +0000 Subject: [PATCH] chore(release): bump version to `v0.22.0` --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f04e29d4..8131ef9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ maintainers = [ name = "advanced_alchemy" readme = "README.md" requires-python = ">=3.8" -version = "0.21.1" +version = "0.22.0" [project.urls] Changelog = "https://docs.advanced-alchemy.litestar.dev/latest/changelog" diff --git a/uv.lock b/uv.lock index c39e59c0..93d387d1 100644 --- a/uv.lock +++ b/uv.lock @@ -9,7 +9,7 @@ resolution-markers = [ [[package]] name = "advanced-alchemy" -version = "0.21.1" +version = "0.22.0" source = { editable = "." } dependencies = [ { name = "alembic" }, @@ -1290,16 +1290,16 @@ wheels = [ [[package]] name = "fastapi" -version = "0.115.3" +version = "0.115.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pydantic" }, { name = "starlette" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/a9/ce/b64ce344d7b13c0768dc5b131a69d52f57202eb85839408a7637ca0dd7e2/fastapi-0.115.3.tar.gz", hash = "sha256:c091c6a35599c036d676fa24bd4a6e19fa30058d93d950216cdc672881f6f7db", size = 300453 } +sdist = { url = "https://files.pythonhosted.org/packages/a9/db/5781f19bd30745885e0737ff3fdd4e63e7bc691710f9da691128bb0dc73b/fastapi-0.115.4.tar.gz", hash = "sha256:db653475586b091cb8b2fec2ac54a680ac6a158e07406e1abae31679e8826349", size = 300737 } wheels = [ - { url = "https://files.pythonhosted.org/packages/57/95/4c5b79e7ca1f7b372d16a32cad7c9cc6c3c899200bed8f45739f4415cfae/fastapi-0.115.3-py3-none-any.whl", hash = "sha256:8035e8f9a2b0aa89cea03b6c77721178ed5358e1aea4cd8570d9466895c0638c", size = 94647 }, + { url = "https://files.pythonhosted.org/packages/99/f6/af0d1f58f86002be0cf1e2665cdd6f7a4a71cdc8a7a9438cdc9e3b5375fe/fastapi-0.115.4-py3-none-any.whl", hash = "sha256:0b504a063ffb3cf96a5e27dc1bc32c80ca743a2528574f9cdc77daa2d31b4742", size = 94732 }, ] [package.optional-dependencies]