From d6deff5ea2f29a66ce212e122c68c2a8315b6cd0 Mon Sep 17 00:00:00 2001 From: Wilson Chaney Date: Mon, 5 Dec 2022 11:12:11 +0700 Subject: [PATCH 1/2] moving pydantic version to latest --- setup.py | 2 +- src/underground/version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c31aa3d..53ccd3f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "protobuf>=3.19.6,<=3.20.3", "protobuf3-to-dict>=0.1.5", "click~=7.0", - "pydantic~=0.31.1", + "pydantic~=1.10.2", "pytz>=2019.2", ] diff --git a/src/underground/version b/src/underground/version index 9fc80f9..87a0871 100644 --- a/src/underground/version +++ b/src/underground/version @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file From 0f12691fe30a2999736610ddd464090bea360b85 Mon Sep 17 00:00:00 2001 From: Wilson Chaney Date: Mon, 5 Dec 2022 11:15:13 +0700 Subject: [PATCH 2/2] 1.9.2 so we still have py 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 53ccd3f..844e10b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "protobuf>=3.19.6,<=3.20.3", "protobuf3-to-dict>=0.1.5", "click~=7.0", - "pydantic~=1.10.2", + "pydantic~=1.9.2", "pytz>=2019.2", ]