From 91b820a79691f80368c3a18c3e45e2739823b173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:37:22 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 2.2.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 2.2.1. - [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.9...v2.2.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a0062d196..1b83b887c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ requires-python = ">=3.9" dependencies = [ "lark~=1.1", - "pydantic~=1.10,>=1.10.2,!=1.10.7", + "pydantic>=1.10,<3.0", "email_validator>=1.2", "requests~=2.28", ] diff --git a/requirements.txt b/requirements.txt index d751af95f..8434e2ba9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ email_validator==2.0.0.post2 lark==1.1.7 -pydantic==1.10.9 +pydantic==2.2.1 pyyaml==6.0 requests==2.31.0 uvicorn==0.23.2