Skip to content

Commit 6cd7f5d

Browse files
committed
v3.0.11
1 parent f939fe6 commit 6cd7f5d

2 files changed

Lines changed: 65 additions & 65 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ mongodb = ["motor>=3.7.1"]
6363
oracle = ["oracledb>=3.4.2"]
6464
mssql = ["pyodbc>=5.3.0", "aioodbc>=0.5.0"]
6565
mysql = ["mysqlclient>=2.2.8", "aiomysql>=0.3.2"]
66-
postgres = ["psycopg[binary]>=3.3.2", "asyncpg>=0.31.0"]
66+
postgres = ["psycopg[binary]>=3.3.3", "asyncpg>=0.31.0"]
6767
pgsql = ["ddcDatabases[postgres]"]
6868
mariadb = ["ddcDatabases[mysql]"]
6969

@@ -82,7 +82,7 @@ profile = "uv run python -m cProfile -o cprofile_unit.prof -m pytest tests/unit
8282
profile-integration = "uv run python -m cProfile -o cprofile_integration.prof -m pytest tests/integration --no-cov"
8383
test = "uv run pytest tests/unit"
8484
test-integration = "uv run pytest tests/integration --no-cov"
85-
tests.sequence = ["test", "test-integration"]
85+
tests.sequence = ["linter", "test", "test-integration"]
8686
updatedev.sequence = ["linter", {shell = "uv lock --upgrade && uv sync --all-extras --group dev"}]
8787
build.sequence = ["updatedev", "tests", {shell = "uv build --wheel"}]
8888

0 commit comments

Comments
 (0)