Skip to content

Commit

Permalink
Merge branch 'master' into CUS-903-dbt-meta-mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-cartwright authored Sep 25, 2023
2 parents df4d4ac + 53eaac5 commit 2973d65
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,12 @@ def get_long_description():
"types-pkg_resources",
"types-six",
"types-python-dateutil",
"types-requests>=2.28.11.6",
# We need to avoid 2.31.0.5 and 2.31.0.4 due to
# https://github.com/python/typeshed/issues/10764. Once that
# issue is resolved, we can remove the upper bound and change it
# to a != constraint.
# We have a PR up to fix the underlying issue: https://github.com/python/typeshed/pull/10776.
"types-requests>=2.28.11.6,<=2.31.0.3",
"types-toml",
"types-PyMySQL",
"types-PyYAML",
Expand Down

0 comments on commit 2973d65

Please sign in to comment.