From 53e25f3b177ae4f349f12885c2f5b1e515cb2232 Mon Sep 17 00:00:00 2001 From: Dylan Caponi Date: Mon, 10 Jul 2023 20:44:31 -0700 Subject: [PATCH] Update pydantic to 1.9.1 Fixes this issue that I'm running into: https://stackoverflow.com/questions/72364077/pydantic-setting-a-default-value-for-an-annotated-type --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac40d50..c3c4fa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ llvmlite appdirs nbconvert==5.3.1 tornado==4.2 -pydantic==1.9.0 +pydantic==1.9.1 deepspeed==0.8.3