mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Bump Setuptools version (#17225)
This commit is contained in:
parent
34c572334e
commit
e9f66e26b4
@ -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
|
||||
|
||||
@ -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]"
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user