Skip to content

Commit

Permalink
Define and allow direct references to the dev branch in project depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
dbeatty10 authored Apr 12, 2024
1 parent 9de1f3a commit 120603e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git@dbeatty/unknown-data-type-code-8912",
"psycopg2>=2.9,<3.0",
# installed via dbt-adapters but used directly
"dbt-common>=0.1.0a1,<2.0",
Expand All @@ -40,6 +40,9 @@ Changelog = "https://github.com/dbt-labs/dbt-postgres/blob/main/CHANGELOG.md"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.sdist]
include = ["dbt"]

Expand Down

0 comments on commit 120603e

Please sign in to comment.