Skip to content

Commit

Permalink
chore: Update setuptools version in Makefile and pyproject.toml (#17143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-shah committed Jul 24, 2024
1 parent 303c8ce commit b676f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingestion/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/
python -m pip install $(ROOT_DIR)/openmetadata-airflow-apis/ setuptools==69.0.2

.PHONY: lint
lint: ## Run pylint on the Python sources to analyze the codebase
Expand Down
2 changes: 1 addition & 1 deletion openmetadata-airflow-apis/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools==69.0.2"]
build-backend = "setuptools.build_meta"

# We will keep handling dependencies in setup.py
Expand Down

0 comments on commit b676f72

Please sign in to comment.