Skip to content

Commit

Permalink
Exclude Pydantic 2 from dbt-core 1.7 bundles (#120)
Browse files Browse the repository at this point in the history
We were having a weird interaction between different pydantic dep
specifications, and pydantic 2 was getting install unexpectedly. This
makes that impossible.
  • Loading branch information
QMalcolm authored Jan 9, 2024
1 parent 0fc0778 commit d595f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ dbt-fabric~=1.7.0
dbt-rpc~=0.4.1
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ dbt-fabric~=1.7.0
dbt-rpc~=0.4.1
pyasn1-modules~=0.2.1
pyarrow~=14.0.1
pydantic~=1.10
pyodbc==4.0.39 --no-binary pyodbc
snowflake-connector-python~=3.0,!=3.0.4

0 comments on commit d595f92

Please sign in to comment.