Skip to content

Commit

Permalink
fix dependency pins
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent 8670b23 commit 58eb973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ dependencies = [
"dbt-core @ git+https://github.com/dbt-labs/dbt-core.git#subdirectory=core",
"ddtrace==2.3.0",
"ipdb~=0.13.13",
"pre-commit==3.7.0",
"freezegun",
"pytest>=7.0,<8.0",
"pre-commit~=3.7.0",
"pytest~=7.4",
"pytest-csv~=3.0",
"pytest-dotenv",
"pytest-dotenv~=0.5.2",
"pytest-logbook~=1.2",
"pytest-mock",
"pytest-xdist",
"pytest-xdist~=3.6",
]

[envs.default.scripts]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"dbt-common>=1.10,<2.0",
"dbt-adapters>=1.7,<2.0",
"dbt-adapters>=1.10.4,<2.0",
"snowflake-connector-python[secure-local-storage]~=3.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0",
Expand Down

0 comments on commit 58eb973

Please sign in to comment.