Bump Setuptools version (#17225)

This commit is contained in:
Ayush Shah 2024-07-30 10:20:05 +05:30 committed by GitHub
parent 34c572334e
commit e9f66e26b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ install_all: ## Install the ingestion module with all dependencies
.PHONY: install_apis
install_apis: ## Install the REST APIs module to the current environment
PIP_CONSTRAINT=$(ROOT_DIR)/openmetadata-airflow-apis/constraints.txt python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/ setuptools==69.0.2
PIP_CONSTRAINT=$(ROOT_DIR)/openmetadata-airflow-apis/constraints.txt python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/ setuptools~=70.3.0
.PHONY: lint
lint: ## Run pylint on the Python sources to analyze the codebase

View File

@ -70,7 +70,7 @@ ENV PIP_NO_CACHE_DIR=1
# Make pip silent
ENV PIP_QUIET=1
RUN pip install --upgrade pip setuptools==69.0.2
RUN pip install --upgrade pip setuptools~=70.3.0
ARG INGESTION_DEPENDENCY="all"
RUN pip install ".[airflow]"

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==69.0.2"]
requires = ["setuptools~=70.3.0"]
build-backend = "setuptools.build_meta"
# We will keep handling dependencies in setup.py

View File

@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools==69.0.2"]
requires = ["setuptools~=70.3.0"]
build-backend = "setuptools.build_meta"
# We will keep handling dependencies in setup.py