Skip to content

Commit 5ecbb5f

Browse files
authored
fix(docs): temporary workaround until the underlying dependency issues in the AI21 package ecosystem are resolved. (#32248)
1 parent c102817 commit 5ecbb5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/prep_api_docs_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def main():
7373
for p in package_yaml["packages"]
7474
if (p["repo"].startswith("langchain-ai/") or p.get("include_in_api_ref"))
7575
and p["repo"] != "langchain-ai/langchain"
76+
and p["name"] != "langchain-ai21" # Skip AI21 due to dependency conflicts
7677
])
7778

7879
# Move libraries to their new locations
@@ -82,6 +83,7 @@ def main():
8283
if not p.get("disabled", False)
8384
and (p["repo"].startswith("langchain-ai/") or p.get("include_in_api_ref"))
8485
and p["repo"] != "langchain-ai/langchain"
86+
and p["name"] != "langchain-ai21" # Skip AI21 due to dependency conflicts
8587
])
8688

8789
# Delete ones without a pyproject.toml

0 commit comments

Comments
 (0)