mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-28 08:33:55 +00:00
Unpinned google-cloud-secret-manager version in ingestion dependencies (#19469)
* Unpinned google-cloud-secret-manager version in ingestion dependencies * Restrict google-cloud-secret-manager version to <2.20.1 because of mlflow-skinny dependency issue --------- Co-authored-by: Katarzyna Kałek <kkalek@olx.pl> Co-authored-by: Teddy <teddy.crepineau@gmail.com> Co-authored-by: Mayur Singal <39544459+ulixius9@users.noreply.github.com> Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com> Co-authored-by: Mohit Tilala <tilalamohit123@gmail.com> (cherry picked from commit 4ec2077bbcfd728a46f4ec0223b84c90875315da)
This commit is contained in:
parent
2e000981c4
commit
275010aa62
@ -128,7 +128,7 @@ base_requirements = {
|
||||
"cached-property==1.5.2", # LineageParser
|
||||
"chardet==4.0.0", # Used in the profiler
|
||||
"cryptography>=42.0.0",
|
||||
"google-cloud-secret-manager==2.19.0",
|
||||
"google-cloud-secret-manager>=2.19.0,<2.20.1",
|
||||
"google-crc32c",
|
||||
"email-validator>=2.0", # For the pydantic generated models for Email
|
||||
"importlib-metadata>=4.13.0", # From airflow constraints
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user