Skip to content

Commit

Permalink
fix(py): remove dep on types-pkg_resources (#11076)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Aug 2, 2024
1 parent d5eda0d commit f78b6c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metadata-ingestion-modules/airflow-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def get_long_description():
mypy_stubs = {
"types-dataclasses",
"sqlalchemy-stubs",
"types-pkg_resources",
"types-setuptools",
"types-six",
"types-python-dateutil",
"types-requests",
Expand Down
4 changes: 2 additions & 2 deletions metadata-ingestion-modules/dagster-plugin/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ def get_long_description():
"dagit >= 1.3.3",
*rest_common,
# Ignoring the dependency below because it causes issues with the vercel built wheel install
#f"acryl-datahub[datahub-rest]{_self_pin}",
# f"acryl-datahub[datahub-rest]{_self_pin}",
"acryl-datahub[datahub-rest]",
}

mypy_stubs = {
"types-dataclasses",
"sqlalchemy-stubs",
"types-pkg_resources",
"types-setuptools",
"types-six",
"types-python-dateutil",
"types-requests",
Expand Down
2 changes: 1 addition & 1 deletion metadata-ingestion/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@

mypy_stubs = {
"types-dataclasses",
"types-pkg_resources",
"types-setuptools",
"types-six",
"types-python-dateutil",
# We need to avoid 2.31.0.5 and 2.31.0.4 due to
Expand Down

0 comments on commit f78b6c0

Please sign in to comment.