mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
docs: fix httpx conflicts with overrides in docs build (#29180)
This commit is contained in:
@@ -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)
|
||||
|
1
docs/vercel_overrides.txt
Normal file
1
docs/vercel_overrides.txt
Normal file
@@ -0,0 +1 @@
|
||||
httpx
|
Reference in New Issue
Block a user