Skip to content

Commit 88bfc68

Browse files
VarunSharma15vs255034
and
vs255034
authored
dependency changes (#8)
* dependency changes * dbt-core dependency change in setup.py --------- Co-authored-by: vs255034 <[email protected]>
1 parent 36d97a4 commit 88bfc68

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## teradata_utils 1.1.0
1+
## teradata_utils 1.1.1
22

33
### Features
44
* Newly added macros (at_least_one, deduplicate, expression_is_true, generate_surrogate_key)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This [dbt](https://github.com/dbt-labs/dbt) package provides compatibility with
88
```
99
packages:
1010
- package: Teradata/teradata_utils
11-
version: 0.1.0
11+
version: 1.1.1
1212
```
1313
For more information about installing packages, see [dbt documentation](https://docs.getdbt.com/docs/package-management).
1414
1. Set the `dispatch` config in your root project (on dbt v0.20.0 and newer) and let `teradata_utils` package intercept macros from the `dbt_utils` namespace:

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.6.0
8+
dbt-teradata~=1.6.7
99
-e .

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
},
4040
install_requires=[
41-
"dbt-core==1.6.2",
41+
"dbt-core==1.6.7",
4242
"teradatasql>=16.20.0.0",
4343
],
4444
classifiers=[

0 commit comments

Comments
 (0)