feat(ingest): loosen sentry requirements (#9936)

This commit is contained in:
Harshal Sheth 2024-02-27 12:36:24 -08:00 committed by GitHub
parent aa5ba5bc23
commit 1bcc9a67eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.0,!=1.10.3",
"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 = {