From 12d158e48813318d784c680d43c3f518f8fa1af0 Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Mon, 16 Feb 2026 10:09:32 -0500 Subject: [PATCH] build: update ga4gh.vrs + ga4gh.cat_vrs versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18a1e88..6bc081f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ keywords = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "ga4gh.vrs>=2.2.0,<3.0", - "ga4gh.cat_vrs~=0.7.1", + "ga4gh.vrs @ git+https://github.com/ga4gh/vrs-python.git@48e88e7f911c3e4bcb33c9588287a9d5e45b43de", + "ga4gh.cat_vrs @ git+https://github.com/ga4gh/cat-vrs-python.git@61fb937b282217ff5a3684426f76130e009c7473", "pydantic>=2.0,<3.0", "typing_extensions", ]