From 5563419779a29406beac69bb25f6427013ba9a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:12:05 +0000 Subject: [PATCH] Bump pydantic from 1.10.11 to 2.6.4 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.11 to 2.6.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.11...v2.6.4) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b5fdb2e9..7008c03d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.101.1 httpx_oauth==0.13.0 makefun==1.15.1 passlib[bcrypt]==1.7.4 -pydantic==1.10.11 +pydantic==2.6.4 pyjwt[crypto] ==2.8.0 python-dotenv==1.0.0 python-multipart==0.0.6 diff --git a/setup.py b/setup.py index 48329426..b66dbd40 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def get_version(version_file: str) -> str: "pyjwt[crypto] ==2.8.0", "python-multipart ==0.0.6", "makefun >=1.11.2,<2.0.0", - "pydantic<2", + "pydantic<3", "python-dotenv", "sqlalchemy", ],