Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion adapters/postgres/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ postgres = "continuo_postgres_adapter.adapter:PostgresAdapter"

[dependency-groups]
dev = [
"ruff==0.16.3",
"ruff==0.16.4",
"mypy==2.3.1",
]
test = [
Expand Down
4 changes: 2 additions & 2 deletions adapters/trino/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
# newest. This adapter subclasses the contract's WarehouseAdapter port
# directly, so the pair must stay the tested one.
"continuo-engine-contract==0.7.3",
"trino==0.338.0",
"trino==0.339.0",
"pyarrow==25.0.1",
]
classifiers = [
Expand All @@ -27,7 +27,7 @@ trino = "continuo_trino_adapter.adapter:TrinoAdapter"

[dependency-groups]
dev = [
"ruff==0.16.3",
"ruff==0.16.4",
"mypy==2.3.1",
]
test = [
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
# contract version never exists without a new runtime version to match it;
# an exact pin therefore costs nothing and keeps the tested pair together.
"continuo-engine-contract==0.7.3",
"boto3==1.43.74",
"boto3==1.43.79",
"pyarrow==25.0.1",
"PyYAML==6.0.3",
# Pinned in lockstep with continuo-engine-contract's OWN sqlglot pin
Expand All @@ -45,7 +45,7 @@ classifiers = [
continuo-runtime = "continuo_python_runtime.cli:main"

[dependency-groups]
dev = ["ruff==0.16.3", "mypy==2.3.1", "types-PyYAML==6.0.12.20250915"]
dev = ["ruff==0.16.4", "mypy==2.3.1", "types-PyYAML==6.0.12.20250915"]
test = ["pytest==9.1.1", "pytest-cov==7.1.0"]

[build-system]
Expand Down
62 changes: 31 additions & 31 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading