Skip to content

Commit

Permalink
Merge pull request #87 from microsoft/V1.7.0
Browse files Browse the repository at this point in the history
V1.7.0 Upgrade
  • Loading branch information
prdpsvs authored Nov 17, 2023
2 parents 89d59ca + 9690e28 commit 5a963b5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

### v1.7.0

## Features

* Supporting dbt-core 1.7.2

## Dependencies

* Bump from pytest==7.4.2 to pytest==7.4.3
* Bump from pre-commit==3.4.0 to 3.5.0
* Bump from dbt-tests-adapter~=1.6.2 to 1.7.2
* Bump from wheel==0.41.1 to 0.41.1

### v1.6.0

## Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/fabric/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.6.0"
version = "1.7.0"
9 changes: 4 additions & 5 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
pytest==7.4.2
pytest==7.4.3
twine==4.0.2
wheel==0.41.1
pre-commit==2.21.0;python_version<"3.8"
pre-commit==3.4.0;python_version>="3.8"
wheel==0.41.3
pre-commit==3.5.0;python_version>="3.8"
pytest-dotenv==0.5.2
dbt-tests-adapter~=1.6.2
dbt-tests-adapter~=1.7.1
flaky==3.7.0
pytest-xdist==3.3.1
-e .
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

package_name = "dbt-fabric"
authors_list = ["Pradeep Srikakolapu"]
dbt_version = "1.6"
dbt_version = "1.7"
description = """A Microsoft Fabric Synapse Data Warehouse adapter plugin for dbt"""

this_directory = os.path.abspath(os.path.dirname(__file__))
Expand Down Expand Up @@ -66,7 +66,7 @@ def run(self):
packages=find_namespace_packages(include=["dbt", "dbt.*"]),
include_package_data=True,
install_requires=[
"dbt-core~=1.6.2",
"dbt-core~=1.7.2",
"pyodbc~=4.0.35,!=4.0.36,!=4.0.37",
"azure-identity>=1.12.0",
],
Expand All @@ -79,7 +79,6 @@ def run(self):
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 5a963b5

Please sign in to comment.