From 69a349cc1e1e437e572147811e3885dab0040d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:54:09 +0000 Subject: [PATCH] chore(deps): update strawberry-graphql requirement Updates the requirements on [strawberry-graphql](https://github.com/sponsors/strawberry-graphql) to permit the latest version. - [Commits](https://github.com/sponsors/strawberry-graphql/commits) --- updated-dependencies: - dependency-name: strawberry-graphql dependency-version: 0.323.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1d6b09..cf158dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "razorpay>=2.0.1", "httpx>=0.27.0", "cloudinary>=1.45.0", - "strawberry-graphql[fastapi]>=0.219.0", + "strawberry-graphql[fastapi]>=0.323.2", "celery>=5.3.6", "aiokafka>=0.14.0", "pyjwt>=2.8.0",