Skip to content

Commit

Permalink
Test adding chardet (#92)
Browse files Browse the repository at this point in the history
* unpin snowflake-connector-python

* test adding chardet

* test adding charset-normalizer

* prevent downgrading of snowflake-connector-python

* prevent downgrading of snowflake-connector-python

* add chardet and charset-normalizer back

* remove chardet

* pin requests

* add chardet

* add chardet
  • Loading branch information
colin-rogers-dbt authored Oct 30, 2023
1 parent acd23d1 commit 80be16e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ dbt-rpc~=0.1.1
grpcio-status~=1.47.0
pyasn1-modules~=0.2.1
pyodbc~=4.0.32
snowflake-connector-python
# the following need to be pinned to prevent a circular dependency issue
chardet
charset-normalizer==3.1.0

0 comments on commit 80be16e

Please sign in to comment.