From 61fb937b282217ff5a3684426f76130e009c7473 Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Fri, 13 Feb 2026 13:19:21 -0500 Subject: [PATCH] build: update vrs-python version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 812f86e..52826a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ keywords = [ requires-python = ">=3.10" dynamic = ["version"] dependencies = [ - "ga4gh.vrs>=2.2.0,<3.0", + "ga4gh.vrs @ git+https://github.com/ga4gh/vrs-python.git@48e88e7f911c3e4bcb33c9588287a9d5e45b43de", "pydantic>=2.0,<3.0", ]