From ce1e3ebc4f00f8a18edf2b8200a3030c8f0f6368 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 19 Dec 2025 15:04:59 -0500 Subject: [PATCH] build: use latest vrs-python --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d53ee72..bb9f2eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "ga4gh.vrs>=2.1.3,<3.0", + "ga4gh.vrs>=2.2.0,<3.0", "ga4gh.cat_vrs~=0.7.1", "pydantic>=2.0,<3.0" ]