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",