From b906f3be74195127a112e2c68164b6864607e1c4 Mon Sep 17 00:00:00 2001 From: jarbesfeld Date: Fri, 19 Dec 2025 17:07:51 -0500 Subject: [PATCH] Update vrs python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index faaea88..0499cd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "polars ~= 1.0", "biocommons.seqrepo", "pydantic >=2.0,<3.0", - "ga4gh.vrs >=2.1.4,<3.0", + "ga4gh.vrs >=2.2.0,<3.0", "wags-tails ~= 0.4.0", "bioutils", ]