Skip to content

Commit bc69549

Browse files
changes for 2.0 release (#12)
1 parent 6f827c1 commit bc69549

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## teradata_utils 1.2.0
2+
3+
### Fixes
24
* Fix get_tables_by_pattern_sql macro
35

6+
---
47
## teradata_utils 1.1.1
58

69
### Features

requirements_dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pytest~=6.0
55
tox~=3.2
66
git+https://github.com/Teradata/dbt-adapter-tests
77
pylava~=0.3.0
8-
dbt-teradata>=1.7.0,<1.8.0
8+
dbt-teradata>=1.7.0,<2.0.0
99
-e .

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
},
4141
install_requires=[
42-
"dbt-core>=1.7.0,<1.8.0",
42+
"dbt-core>=1.7.0,<2.0.0",
4343
"teradatasql>=16.20.0.0",
4444
],
4545
classifiers=[

0 commit comments

Comments
 (0)