diff --git a/docs/changelog/0.12.0.rst b/docs/changelog/0.12.0.rst index 4a09682a..7aca258a 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 c7ce5d0d..2c1126f0 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",