Skip to content

Commit 3fbef4a

Browse files
authored
chore(setup): Limit mixpanel dependency <=4.10.1 (#14725)
1 parent d67681b commit 3fbef4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-ingestion/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
2323
# pydantic 1.10.3 is incompatible with typing-extensions 4.1.1 - https://github.com/pydantic/pydantic/issues/4885
2424
"pydantic>=1.10.0,!=1.10.3",
25-
"mixpanel>=4.9.0",
25+
"mixpanel>=4.9.0,<=4.10.1",
2626
# Airflow depends on fairly old versions of sentry-sdk, which is why we need to be loose with our constraints.
2727
"sentry-sdk>=1.33.1",
2828
}

0 commit comments

Comments
 (0)