From 006bd89d5e2a7c3a8682676192bc601c9449fc92 Mon Sep 17 00:00:00 2001 From: grillazz Date: Sun, 26 Dec 2021 09:47:14 +0100 Subject: [PATCH] bump pydantic to 1.9.0a2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index edb11ce..34086c8 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] fastapi = "*" -pydantic = "~=1.9.0a2" +pydantic = "==1.9.0a2" httptools = "*" httpx = "*" uvicorn = "*"