Skip to content

Commit

Permalink
[DOP-18743] Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Sep 2, 2024
1 parent 2e713e3 commit 6aa7cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog/0.12.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6aa7cdf

Please sign in to comment.