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:
Katarzyna Kałek 2025-04-02 07:53:43 +02:00 committed by OpenMetadata Release Bot
parent 2e000981c4
commit 275010aa62

View File

@ -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