File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- version = "1.9.1rc1 "
1+ version = "1.9.1 "
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments