From 05e456936d85e046fd0e2d1fed46105c7ddd7064 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 5 May 2025 16:03:54 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D1=8C=20pydantic=20=D0=B2=20pyproject.toml=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BE=D0=B1=D0=B5=D1=81=D0=BF=D0=B5=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D0=BE=D0=B2=D0=BC=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fa53ee7..4350745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "httpx (>=0.27.2,<0.28.0)", "pydantic[email]>=2.9.2,<3.0.0", "pydantic-core>=2.33.1,<2.34.0", + "pydantic>=2.9.2,<3.0.0", ] keywords = ["remnawave", "api", "sdk", "proxy", "httpx", "async", "xray"] classifiers = [