Skip to content

Commit

Permalink
hotfix for agate dep issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Mar 19, 2021
1 parent 5bdfd83 commit 96a0a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Under the hood

- `dbt-synapse` will allow all patches to `dbt-sqlserver` version 0.19
- Per issue with `pyICU` package ([fishtown-analytics/dbt/#3161](https://github.com/fishtown-analytics/dbt/pull/3161)), temporarily pin agate to between `1.6.0` and `1.6.2`, inclusive, until `dbt` `0.19.1` is released.
## v.0.19.0

### BREAKING CHANGES
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ def _dbt_synapse_version():
include_package_data=True,
install_requires=[
"dbt-sqlserver~=0.19.0",
"agate>=1.6,<1.6.2"
]
)

0 comments on commit 96a0a29

Please sign in to comment.