From d7002c43d17f2e4ac246033ab4183c39d354fe0d Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Sun, 25 Jun 2023 00:07:14 +0400 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20update=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a354c2a..47d34803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,9 +46,9 @@ classifiers = [ ] dependencies = [ - "fastapi >=0.65.2,<0.99.0", + "fastapi >=0.65.2,<0.200.0", "pyjwt[crypto] >=2.6.0,<3.0.0", - "pydantic >=1.7.4,!=1.8,!=1.8.1,<2.0.0", + "pydantic >=2.0.3" ] dynamic = ["version"]