File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ mongodb = ["motor>=3.7.1"]
6363oracle = [" oracledb>=3.4.2" ]
6464mssql = [" pyodbc>=5.3.0" , " aioodbc>=0.5.0" ]
6565mysql = [" 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" ]
6767pgsql = [" ddcDatabases[postgres]" ]
6868mariadb = [" ddcDatabases[mysql]" ]
6969
@@ -82,7 +82,7 @@ profile = "uv run python -m cProfile -o cprofile_unit.prof -m pytest tests/unit
8282profile-integration = " uv run python -m cProfile -o cprofile_integration.prof -m pytest tests/integration --no-cov"
8383test = " uv run pytest tests/unit"
8484test-integration = " uv run pytest tests/integration --no-cov"
85- tests.sequence = [" test" , " test-integration" ]
85+ tests.sequence = [" linter " , " test" , " test-integration" ]
8686updatedev.sequence = [" linter" , {shell = " uv lock --upgrade && uv sync --all-extras --group dev" }]
8787build.sequence = [" updatedev" , " tests" , {shell = " uv build --wheel" }]
8888
You can’t perform that action at this time.
0 commit comments