diff --git a/ingestion/setup.py b/ingestion/setup.py index a7a63494361..5d881116a65 100644 --- a/ingestion/setup.py +++ b/ingestion/setup.py @@ -108,7 +108,7 @@ base_requirements = { VERSIONS["pymysql"], "python-dateutil>=2.8.1", "PyYAML~=6.0", - "requests>=2.23", + "requests>=2.23, <2.32", "requests-aws4auth~=1.1", # Only depends on requests as external package. Leaving as base. "sqlalchemy>=1.4.0,<2", "collate-sqllineage~=1.4.0",