From 9e3071019ff1a2f5517ec6ff8a2ad3efb3d21b75 Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Fri, 19 Jul 2024 09:19:48 -0400 Subject: [PATCH] build: pin ga4gh.vrs~=2.0.0a10 --- Pipfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index e5abbaa..d9abebd 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ fastapi = "*" uvicorn = "*" click = "*" boto3 = "*" -"ga4gh.vrs" = "~=2.0.0a8" +"ga4gh.vrs" = "~=2.0.0a10" [dev-packages] gene = {editable = true, path = "."} diff --git a/pyproject.toml b/pyproject.toml index ebd7d5f..af6d18a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "uvicorn", "click", "boto3", - "ga4gh.vrs~=2.0.0a8", + "ga4gh.vrs~=2.0.0a10", ] dynamic = ["version"]