Skip to content

Commit

Permalink
Set dbt-core to 1.5.0 in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
navado authored and tanyshak committed May 23, 2023
1 parent d5a8d20 commit 4145bda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def _dbt_upsolver_version():
package_name = "dbt-upsolver"
package_version = _dbt_upsolver_version()
description = """The Upsolver adapter plugin for dbt"""
dbt_version = '1.4.5'

setup(
name=package_name,
Expand All @@ -67,7 +66,7 @@ def _dbt_upsolver_version():
},
include_package_data=True,
install_requires = [
"dbt-core~=1.4.6",
"dbt-core~=1.5.0",
"upsolver-sdk-python"
],
zip_safe=False,
Expand Down

0 comments on commit 4145bda

Please sign in to comment.