diff --git a/release_creation/bundle/requirements/v1.0.latest.requirements.txt b/release_creation/bundle/requirements/v1.0.latest.requirements.txt index c70fa0fc..c8ab9300 100644 --- a/release_creation/bundle/requirements/v1.0.latest.requirements.txt +++ b/release_creation/bundle/requirements/v1.0.latest.requirements.txt @@ -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 \ No newline at end of file +# the following need to be pinned to prevent a circular dependency issue +chardet +charset-normalizer==3.1.0 \ No newline at end of file