Skip to content

Commit

Permalink
Update setup.py with less restricting mysql-connector-python version …
Browse files Browse the repository at this point in the history
…after code review

Co-authored-by: Matthew Wallace <[email protected]>
  • Loading branch information
kzajaczkowski and mwallace582 authored Apr 26, 2024
1 parent 8638929 commit 9da8355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _get_dbt_core_version():
include_package_data=True,
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"mysql-connector-python==8.1",
"mysql-connector-python>=8.0.0",
],
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 9da8355

Please sign in to comment.