From b2fe43038ffb38854c68ddefc9ea3365880d70b9 Mon Sep 17 00:00:00 2001 From: "renovatebotcpg[bot]" <183319693+renovatebotcpg[bot]@users.noreply.github.com> Date: Sun, 27 Jul 2025 00:10:25 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29f5033e..042a4954 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,17 +5,17 @@ build-backend = "setuptools.build_meta" [project] name = "cpg-flow" description = "CPG Flow API for Hail Batch" -requires-python = ">=3.10,<3.11" +requires-python = ">=3.13,<3.14" readme = "README.md" license-files = ["LICENSE"] dynamic = ["version"] dependencies = [ "cpg-utils>=5.0.11", # Pin Hail at CPG"s installed version - "hail==0.2.134", + "hail==0.2.135", "grpcio>=1.53.0", # Avoid dependency resolution backtracking, Python 3.10 compatibility - "grpcio-status>=1.48,<1.50", + "grpcio-status>=1.74,<1.75", "loguru>0.7.0", "metamist>=6.9.0", "networkx>=3.4.2",