mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-04 22:52:54 +00:00
feat(ingest): loosen sentry requirements (#9936)
This commit is contained in:
parent
aa5ba5bc23
commit
1bcc9a67eb
@ -21,7 +21,8 @@ base_requirements = {
|
|||||||
# pydantic 1.10.3 is incompatible with typing-extensions 4.1.1 - https://github.com/pydantic/pydantic/issues/4885
|
# pydantic 1.10.3 is incompatible with typing-extensions 4.1.1 - https://github.com/pydantic/pydantic/issues/4885
|
||||||
"pydantic>=1.10.0,!=1.10.3",
|
"pydantic>=1.10.0,!=1.10.3",
|
||||||
"mixpanel>=4.9.0",
|
"mixpanel>=4.9.0",
|
||||||
"sentry-sdk>=1.40.5",
|
# Airflow depends on fairly old versions of sentry-sdk, so we want to be loose with our constraints.
|
||||||
|
"sentry-sdk",
|
||||||
}
|
}
|
||||||
|
|
||||||
framework_common = {
|
framework_common = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user