We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67681b commit 3fbef4aCopy full SHA for 3fbef4a
metadata-ingestion/setup.py
@@ -22,7 +22,7 @@
22
# See https://github.com/samuelcolvin/pydantic/pull/3175#issuecomment-995382910.
23
# pydantic 1.10.3 is incompatible with typing-extensions 4.1.1 - https://github.com/pydantic/pydantic/issues/4885
24
"pydantic>=1.10.0,!=1.10.3",
25
- "mixpanel>=4.9.0",
+ "mixpanel>=4.9.0,<=4.10.1",
26
# Airflow depends on fairly old versions of sentry-sdk, which is why we need to be loose with our constraints.
27
"sentry-sdk>=1.33.1",
28
}
0 commit comments