Skip to content

Commit 86bbdc7

Browse files
Merge pull request #664 from dbt-msft/compat/final-release-v1.9.1
Bump v1.9.1 release and add missing pyodbc dependency.
2 parents 0d6543a + bb6e295 commit 86bbdc7

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
### v1.9.1
4+
5+
- Removes the dependency on `dbt-fabric`.
6+
7+
### v1.9.0
8+
9+
- Update to support `dbt-core` 1.9.
10+
- Remove Python 3.8 from official support.
11+
12+
### v1.8.7
13+
14+
- Bump version for release 1.8.7.
15+
16+
### v1.8.6
17+
18+
- Bump version for release 1.8.6.
19+
20+
### v1.8.5
21+
22+
- Fix broken imports from Fabric.
23+
324
### v1.8.4
425

526
- Minor fix to tests with CTEs which do not start on first line. https://github.com/dbt-msft/dbt-sqlserver/issues/560
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.1rc1"
1+
version = "1.9.1"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def run(self):
6969
"dbt-core>=1.9.0,<2.0",
7070
"dbt-common>=1.0,<2.0",
7171
"dbt-adapters>=1.11.0,<2.0",
72+
"pyodbc>=5.2.0",
7273
],
7374
cmdclass={
7475
"verify": VerifyVersionCommand,

0 commit comments

Comments
 (0)