From cfae7b3c9ce4554d716df2847982002285677177 Mon Sep 17 00:00:00 2001 From: Sinisa Ivkovic Date: Thu, 26 Mar 2026 16:02:27 -0400 Subject: [PATCH 1/2] Change collectionYear type to include null --- beagle_etl/smile_message/metadata_validator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beagle_etl/smile_message/metadata_validator.py b/beagle_etl/smile_message/metadata_validator.py index f8c9b8e5c..a148ec024 100644 --- a/beagle_etl/smile_message/metadata_validator.py +++ b/beagle_etl/smile_message/metadata_validator.py @@ -18,7 +18,7 @@ "investigatorSampleId": {"type": "string"}, "baitSet": {"type": ["null", "string"]}, "cmoPatientId": {"type": "string"}, - "collectionYear": {"type": "string"}, + "collectionYear": {"type": ["null", "string"]}, "gender": {"type": "string"}, "igoId": {"type": "string"}, "requestMetadata": { From 58627d5fa336e5ee7f737cdaaf18a8f43a2629f1 Mon Sep 17 00:00:00 2001 From: Sinisa Ivkovic Date: Thu, 26 Mar 2026 16:02:59 -0400 Subject: [PATCH 2/2] Version bump 2.1.3 --- beagle/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beagle/__init__.py b/beagle/__init__.py index 4eabd0b3f..e835b9d02 100644 --- a/beagle/__init__.py +++ b/beagle/__init__.py @@ -1 +1 @@ -__version__ = "2.1.2" +__version__ = "2.1.3"