Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dev_requirements.txt and THIRD_PARTY_LICENSES.txt for sqlparse… #181

Merged
merged 2 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# dbt-dremio 1.X.X - release TBD

## Features

## Fixes

## Under the Hood

## Dependency

- Upgrade sqlparse to 0.4.4 [#180](https://github.com/dremio/dbt-dremio/issues/180).

# dbt-dremio 1.4.5 - release March 23, 2023

## Features

## Fixes

- [#142](https://github.com/dremio/dbt-dremio/issues/142) Ensure ssl verification is enabled in all api calls. Also added an option called `verify_ssl` so it can be disabled in necessary circumstances.

## Under the Hood
Expand Down
2 changes: 1 addition & 1 deletion THIRD_PARTY_LICENSES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
pytz 2022.7.1 MIT License
requests 2.28.2 Apache Software License
six 1.16.0 MIT License
sqlparse 0.4.3 BSD License
sqlparse 0.4.4 BSD License
stringcase 1.2.0 MIT
text-unidecode 1.3 Artistic License; GNU General Public License (GPL); GNU General Public License v2 or later (GPLv2+)
tomli 2.0.1 MIT License
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pytz==2022.7.1
PyYAML==6.0
requests==2.28.2
six==1.16.0
sqlparse==0.4.3
sqlparse==0.4.4
stringcase==1.2.0
text-unidecode==1.3
tomli==2.0.1
Expand Down