From 8dc51fb936d17417434097ed3cb9127be53b023f Mon Sep 17 00:00:00 2001 From: Morten Engen Date: Fri, 16 Dec 2022 12:30:56 +0100 Subject: [PATCH] Update min required version of pydantic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1689895..6420df0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.7.2, <4.0" -pydantic = "^1.8.2" +pydantic = "^1.9" appdirs = "^1.4.4" gql = {extras = ["requests", "websockets"], version = "^3.3.0"} ujson = "^5.3.0"