Skip to content

Commit

Permalink
docs: fix httpx conflicts with overrides in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Jan 13, 2025
1 parent 1bf6576 commit be595ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install-py-deps:
$(PYTHON) -m pip install -q --upgrade pip
$(PYTHON) -m pip install -q --upgrade uv
$(PYTHON) -m uv pip install -q --pre -r vercel_requirements.txt
$(PYTHON) -m uv pip install -q --pre $$($(PYTHON) scripts/partner_deps_list.py)
$(PYTHON) -m uv pip install -q --pre $$($(PYTHON) scripts/partner_deps_list.py) --overrides vercel_overrides.txt

generate-files:
mkdir -p $(INTERMEDIATE_DIR)
Expand Down
1 change: 1 addition & 0 deletions docs/vercel_overrides.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
httpx

0 comments on commit be595ac

Please sign in to comment.