mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-14 10:19:51 +00:00
fix(ingest): bound types-requests (#8895)
This commit is contained in:
parent
874109f76e
commit
53eaac5963
@ -405,7 +405,12 @@ mypy_stubs = {
|
||||
"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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user