Skip to content

Commit

Permalink
dependency changes (#8)
Browse files Browse the repository at this point in the history
* dependency changes

* dbt-core dependency change in setup.py

---------

Co-authored-by: vs255034 <[email protected]>
  • Loading branch information
VarunSharma15 and vs255034 authored Nov 9, 2023
1 parent 36d97a4 commit 88bfc68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## teradata_utils 1.1.0
## teradata_utils 1.1.1

### Features
* Newly added macros (at_least_one, deduplicate, expression_is_true, generate_surrogate_key)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This [dbt](https://github.com/dbt-labs/dbt) package provides compatibility with
```
packages:
- package: Teradata/teradata_utils
version: 0.1.0
version: 1.1.1
```
For more information about installing packages, see [dbt documentation](https://docs.getdbt.com/docs/package-management).
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:
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pytest~=6.0
tox~=3.2
git+https://github.com/Teradata/dbt-adapter-tests
pylava~=0.3.0
dbt-teradata~=1.6.0
dbt-teradata~=1.6.7
-e .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
},
install_requires=[
"dbt-core==1.6.2",
"dbt-core==1.6.7",
"teradatasql>=16.20.0.0",
],
classifiers=[
Expand Down

0 comments on commit 88bfc68

Please sign in to comment.