From f6d5749d44a1179899a8bbec3d9ef3d482a59a0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:08:23 +0000 Subject: [PATCH] chore(deps): update dependency edgedb-pydantic-codegen to v2024.8.1 --- poetry.lock | 10 ++++++---- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4865600..d305432 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,13 +683,13 @@ test = ["flake8 (>=7.0.0,<7.1.0)", "flake8-bugbear (>=24.4.26,<24.5.0)", "pycode [[package]] name = "edgedb-pydantic-codegen" -version = "2024.8.0" +version = "2024.8.1" description = "Alternative Python EdgeDB code generator (Pydantic V2 + asyncio, FastAPI compatible)" optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "edgedb_pydantic_codegen-2024.8.0-py3-none-any.whl", hash = "sha256:4d4864ff1ec5afb04473180477d07dffa98a39a8ff7588c57028a631d89dd41a"}, - {file = "edgedb_pydantic_codegen-2024.8.0.tar.gz", hash = "sha256:5dfc0de9ba949807f573d915093bd69fc3ec04f9a02edde03bc46a40293731b7"}, + {file = "edgedb_pydantic_codegen-2024.8.1-py3-none-any.whl", hash = "sha256:6a5b9c288008c76830b6498cad8a5cc5fd83f8c3b6edce9329c000a1f8b06a95"}, + {file = "edgedb_pydantic_codegen-2024.8.1.tar.gz", hash = "sha256:5eca2f0750d186d5e6c54b12e9dc3fb7713585e1a9b85e846ac0df611894f837"}, ] [package.dependencies] @@ -1415,6 +1415,8 @@ files = [ {file = "orjson-3.10.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:960db0e31c4e52fa0fc3ecbaea5b2d3b58f379e32a95ae6b0ebeaa25b93dfd34"}, {file = "orjson-3.10.6-cp312-none-win32.whl", hash = "sha256:a6ea7afb5b30b2317e0bee03c8d34c8181bc5a36f2afd4d0952f378972c4efd5"}, {file = "orjson-3.10.6-cp312-none-win_amd64.whl", hash = "sha256:874ce88264b7e655dde4aeaacdc8fd772a7962faadfb41abe63e2a4861abc3dc"}, + {file = "orjson-3.10.6-cp313-none-win32.whl", hash = "sha256:efdf2c5cde290ae6b83095f03119bdc00303d7a03b42b16c54517baa3c4ca3d0"}, + {file = "orjson-3.10.6-cp313-none-win_amd64.whl", hash = "sha256:8e190fe7888e2e4392f52cafb9626113ba135ef53aacc65cd13109eb9746c43e"}, {file = "orjson-3.10.6-cp38-cp38-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:66680eae4c4e7fc193d91cfc1353ad6d01b4801ae9b5314f17e11ba55e934183"}, {file = "orjson-3.10.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:caff75b425db5ef8e8f23af93c80f072f97b4fb3afd4af44482905c9f588da28"}, {file = "orjson-3.10.6-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3722fddb821b6036fd2a3c814f6bd9b57a89dc6337b9924ecd614ebce3271394"}, @@ -2495,4 +2497,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "1b9f2682c3f2df9be8d55f80e4972c20949b124c4deecdcb65f286759f382838" +content-hash = "0a5df667152c336468ee92b2b009eb374ee460f4a5edf28bd84eac94331574ff" diff --git a/pyproject.toml b/pyproject.toml index 96ab028..fd622fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pyjwt = "2.9.0" [tool.poetry.group.dev.dependencies] pyright = "1.1.375" ruff = "0.5.7" -edgedb-pydantic-codegen = "2024.8.0" +edgedb-pydantic-codegen = "2024.8.1" uvicorn = { version = "0.30.5", extras = ["standard"] } pyinstrument = "4.7.2"