From 6aa7cdf83f68e3b8bc84a9963a9d37c949db2ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D1=82=D1=8B=D0=BD=D0=BE=D0=B2=20=D0=9C?= =?UTF-8?q?=D0=B0=D0=BA=D1=81=D0=B8=D0=BC=20=D0=A1=D0=B5=D1=80=D0=B3=D0=B5?= =?UTF-8?q?=D0=B5=D0=B2=D0=B8=D1=87?= Date: Mon, 2 Sep 2024 08:08:33 +0000 Subject: [PATCH] [DOP-18743] Update setup.py --- docs/changelog/0.12.0.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/0.12.0.rst b/docs/changelog/0.12.0.rst index 4a09682ae..7aca258a7 100644 --- a/docs/changelog/0.12.0.rst +++ b/docs/changelog/0.12.0.rst @@ -9,7 +9,7 @@ Breaking Changes * ``s3://host:port`` -> ``s3://host:port/bucket`` (:github:pull:`304`) - Update DB connectors/drivers to latest versions: - * Clickhouse ``0.6.0-patch5`` → ``0.6.4`` + * Clickhouse ``0.6.0-patch5`` → ``0.6.5`` * MongoDB ``10.3.0`` → ``10.4.0`` * MSSQL ``12.6.2`` → ``12.8.1`` * MySQL ``8.4.0`` → ``9.0.0`` diff --git a/setup.py b/setup.py index c7ce5d0dc..2c1126f06 100644 --- a/setup.py +++ b/setup.py @@ -67,6 +67,7 @@ def parse_requirements(file: Path) -> list[str]: "Development Status :: 3 - Alpha", "Framework :: Pydantic", "Framework :: Pydantic :: 1", + "Framework :: Pydantic :: 2", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent",