From c4449374ce024de5e6bf66a3ea15703023f64f1b Mon Sep 17 00:00:00 2001 From: SalemBajjali Date: Tue, 10 Feb 2026 10:37:26 -0600 Subject: [PATCH 1/2] test: add __init__.py files to tests package --- tests/__init__.py | 0 tests/translations/examples/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/__init__.py create mode 100644 tests/translations/examples/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/translations/examples/__init__.py b/tests/translations/examples/__init__.py new file mode 100644 index 0000000..e69de29 From f8efeb54d7f56e27bcba90c8f93613cfde5a8ea8 Mon Sep 17 00:00:00 2001 From: SalemBajjali Date: Tue, 10 Feb 2026 10:37:32 -0600 Subject: [PATCH 2/2] chore: update ga4gh.vrs dependency to version 2.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61c9ef8..757b54a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ requires-python = ">=3.11" dependencies = [ "pydantic==2.8.2", - "ga4gh.vrs[extras]==2.2.0", + "ga4gh.vrs[extras]==2.3.0", "fhir-core==1.1.4", "fhir-resources==8.0.0", "orjson==3.11.3",