diff options
author | Wolfgang Müller | 2025-03-26 17:52:16 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-03-26 17:52:16 +0100 |
commit | a71efbab09e9491ec3b96d328a8501be93b779a2 (patch) | |
tree | bfd2fc1eb238b11eb7a343283a0f3884fb3cd81b | |
parent | 1979f9cbbe072de6b2abd8070d317d8986652c9d (diff) | |
download | hircine-a71efbab09e9491ec3b96d328a8501be93b779a2.tar.gz |
build/deps: Update strawberry-graphql to 0.262.5
-rw-r--r-- | poetry.lock | 17 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 10 insertions, 9 deletions
diff --git a/poetry.lock b/poetry.lock index 6640725..2ba0588 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,7 +792,7 @@ version = "24.2" description = "Core utilities for Python packages" optional = false python-versions = ">=3.8" -groups = ["dev"] +groups = ["main", "dev"] files = [ {file = "packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759"}, {file = "packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f"}, @@ -1476,18 +1476,19 @@ full = ["httpx (>=0.27.0,<0.29.0)", "itsdangerous", "jinja2", "python-multipart [[package]] name = "strawberry-graphql" -version = "0.260.4" +version = "0.262.5" description = "A library for creating GraphQL APIs" optional = false -python-versions = "<4.0,>=3.9" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "strawberry_graphql-0.260.4-py3-none-any.whl", hash = "sha256:d5d8da1ad622d028b6b76b57607bd445d4d792796dd503fcbf512b1508908773"}, - {file = "strawberry_graphql-0.260.4.tar.gz", hash = "sha256:098ebe2283cace9347fa5caefeb269fa0bba088ebe2c38204b91733f611b5121"}, + {file = "strawberry_graphql-0.262.5-py3-none-any.whl", hash = "sha256:7bc62e19326d3f5294f473c2ca3418bd01297e6abfd4a5a133f33fc9a5fcd5e1"}, + {file = "strawberry_graphql-0.262.5.tar.gz", hash = "sha256:92a5403133fb22ea4f31a09df9aa70567cbd7c860dc34afe92a32103125c6f26"}, ] [package.dependencies] -graphql-core = ">=3.2.0,<3.4.0" +graphql-core = {version = ">=3.2.0,<3.4.0", markers = "python_version >= \"3.9\" and python_version < \"4.0\""} +packaging = ">=23" python-dateutil = ">=2.7.0,<3.0.0" typing-extensions = ">=4.5.0" @@ -1502,7 +1503,7 @@ debug-server = ["libcst (>=0.4.7)", "pygments (>=2.3,<3.0)", "python-multipart ( django = ["Django (>=3.2)", "asgiref (>=3.2,<4.0)"] fastapi = ["fastapi (>=0.65.2)", "python-multipart (>=0.0.7)"] flask = ["flask (>=1.1)"] -litestar = ["litestar (>=2)"] +litestar = ["litestar (>=2) ; python_version >= \"3.10\" and python_version < \"4.0\""] opentelemetry = ["opentelemetry-api (<2)", "opentelemetry-sdk (<2)"] pydantic = ["pydantic (>1.6.1)"] pyinstrument = ["pyinstrument (>=4.0.0)"] @@ -1796,4 +1797,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "8ed4c10d2a4a0f194fbd9801613091048ed3ee9d1c6e109e76ab7fa9e2d6ab52" +content-hash = "846f8d76440ca2baa239c0b56b6d6d57380791a1168b208f9b3734ea14172865" diff --git a/pyproject.toml b/pyproject.toml index c8ab55f..8cafeba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ schale_network_yaml = "hircine.plugins.scrapers.schale_network:SchaleNetworkScra [tool.poetry.dependencies] python = "^3.12" sqlalchemy = {version = "^2.0.0", extras = ["aiosqlite", "asyncio"]} -strawberry-graphql = "^0.260.0" +strawberry-graphql = "^0.262.5" starlette = "^0.46.0" uvicorn = {version = "^0.34.0", extras = ["standard"]} pillow = "^11.0.0" |