From 0f190c2a4d07a2df6404745a7511341f6a7f0a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 09:33:57 +0000 Subject: [PATCH] Chore(deps): Update pydantic requirement Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.5...v2.9.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c4cce1..88b3bc9 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def get_version(): }, data_files=[], install_requires=[ - "pydantic>=1.10.5,<2.0.0", + "pydantic>=1.10.5,<3.0.0", "typing_extensions>=4.5.0", ], license="MIT",