Skip to content

Commit

Permalink
Update core dependency to to point at specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Oct 14, 2024
1 parent 1f0db26 commit ffc6111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies = [
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@microbatch-behavior-flag",
"dbt-common @ git+https://github.com/dbt-labs/dbt-common.git",
"dbt-tests-adapter @ git+https://github.com/dbt-labs/dbt-adapters.git@microbatch-behavior-flag#subdirectory=dbt-tests-adapter",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git@microbatch-project-flag#subdirectory=core",
'pre-commit==3.7.0;python_version>="3.9"',
'pre-commit==3.5.0;python_version=="3.8"',
"freezegun",
Expand Down

0 comments on commit ffc6111

Please sign in to comment.