Skip to content

Commit

Permalink
backport pyodbc version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel May committed Jul 21, 2022
1 parent 3aa05af commit ea4bbd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## dbt-spark 1.2.0 (Release TBD)

### Fixes
- Pin `pyodbc` to version 4.0.32 to prevent overwriting `libodbc.so` and `libltdl.so` on Linux ([#397](https://github.com/dbt-labs/dbt-spark/issues/397/), [#398](https://github.com/dbt-labs/dbt-spark/pull/398/))

### Contributors
- [@barberscott](https://github.com/barberscott) ([#398](https://github.com/dbt-labs/dbt-spark/pull/398/))

## dbt-spark 1.2.0rc1 (July 12, 2022)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyHive[hive]>=0.6.0,<0.7.0
pyodbc>=4.0.30
pyodbc==4.0.32
sqlparams>=3.0.0
thrift>=0.13.0
sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit ea4bbd1

Please sign in to comment.