From 179d93e927383b1d70ad8e5f3ad66b2857d515d7 Mon Sep 17 00:00:00 2001 From: AntoineDao Date: Sat, 27 Feb 2021 13:22:41 +0000 Subject: [PATCH] fix(deps): revert to pydantic 1.7.3 Pydantic 1.8 breaks the hashing functions somehow. I think we should move to 1.8 once they have fixed that bug. I am also not sure how to go about testing this bug reliably to avoid future dependencies update that cause a similar bug... #280 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 03a5a077..7ecc836c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pydantic==1.8 +pydantic==1.7.3 PyYAML==5.4.1 jsonschema==3.2.0