From dc75d5448bdb6d4c967b74d6788d960a62ea2a21 Mon Sep 17 00:00:00 2001 From: Abdul Monim <6266677+monim67@users.noreply.github.com> Date: Sat, 9 Dec 2023 19:31:59 +0600 Subject: [PATCH] Keep support for pydantic 1 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index dd62757..394934a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1683,4 +1683,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "12bb0932c32f3afd54cb64d5095bbab036f49611523d1c811f1ec5ca45f360a6" +content-hash = "6bf71b791d642fbc75ef11e776cba42135ee83b9be9fc3ff1ebbfbffe56b1d4f" diff --git a/pyproject.toml b/pyproject.toml index 311fffb..9054e47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8" Django = ">=2,<6" -pydantic = "^2" +pydantic = "*" pydantic-settings = "*" typing-extensions = "*"