From d6dffc1b156f282271c31e4a4ef6d33458ddfd34 Mon Sep 17 00:00:00 2001 From: sarah-tuva Date: Wed, 15 Jan 2025 15:49:11 -0700 Subject: [PATCH 1/3] add missing dependencies --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 553b495..3e39f59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,10 @@ classifiers = install_requires = deepdiff >=5.8, <6.0 fhir.resources >=6.4, <7.0 + numpy <2 pandas >=1.4 ,<1.5 pydantic >=1.9, <2.0 + pytest >=8.0, <9.0 python-dotenv >=0.20, <1.0 python-dateutil >=2.8, <3.0 pytz ==2022.1 From 14f66027d56b134c6dc22001e197c4e53cd17fd3 Mon Sep 17 00:00:00 2001 From: sarah-tuva Date: Tue, 28 Jan 2025 17:43:53 -0700 Subject: [PATCH 2/3] remove pytest from setup config --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3e39f59..e8f2035 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,6 @@ install_requires = numpy <2 pandas >=1.4 ,<1.5 pydantic >=1.9, <2.0 - pytest >=8.0, <9.0 python-dotenv >=0.20, <1.0 python-dateutil >=2.8, <3.0 pytz ==2022.1 From 856d72e963bca5008c0b7dadf9b7737bf42dda22 Mon Sep 17 00:00:00 2001 From: sarah-tuva Date: Wed, 29 Jan 2025 17:03:01 -0700 Subject: [PATCH 3/3] update version --- src/linuxforhealth/csvtofhir/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linuxforhealth/csvtofhir/__init__.py b/src/linuxforhealth/csvtofhir/__init__.py index c68196d..67bc602 100644 --- a/src/linuxforhealth/csvtofhir/__init__.py +++ b/src/linuxforhealth/csvtofhir/__init__.py @@ -1 +1 @@ -__version__ = "1.2.0" +__version__ = "1.3.0"