Skip to content
Merged
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
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ dev = [
# it depends on the 'InvalidCatalogIntegrationConfigError' class that only exists as of dbt-adapters==1.16.6
# so we exclude it to prevent failures and hope that upstream releases a new version with the correct constraint
"dbt-snowflake!=1.10.1",
# fastjsonschema 2.22+ uses PEP 604 type hints and now requires Python >=3.10
# (upstream #211 / #213). Keep 3.9 on the 2.21 line; pulled in via
# dbt-bigquery → nbformat.
"fastjsonschema<2.22; python_version<'3.10'",
"dbt-athena-community",
"dbt-clickhouse",
"dbt-databricks",
Expand Down
Loading