Skip to content

Commit

Permalink
Bump deps on common, adapters, core (#1045)
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Rogers <[email protected]>
(cherry picked from commit 6f8ff60)
  • Loading branch information
jtcohen6 authored and github-actions[bot] committed May 15, 2024
1 parent 34451f4 commit 2e574ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def _get_plugin_version_dict():
include_package_data=True,
install_requires=[
"sqlparams>=3.0.0",
"dbt-common>=0.1.0a1,<2.0",
"dbt-adapters>=0.1.0a1,<2.0",
"dbt-common>=1.0.4,<2.0",
"dbt-adapters>=1.1.1,<2.0",
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
"dbt-core>=1.8.0a1",
"dbt-core>=1.8.0",
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit 2e574ae

Please sign in to comment.