Skip to content

Commit

Permalink
infra[patch]: drop prompty from core dependents (#29068)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme authored Jan 7, 2025
1 parent 2921597 commit d9c51b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/check_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
# specifically in huggingface jobs
# https://github.com/langchain-ai/langchain/issues/25558
"huggingface",
# prompty exhibiting issues with numpy for Python 3.13
# https://github.com/langchain-ai/langchain/actions/runs/12651104685/job/35251034969?pr=29065
"prompty",
]

PY_312_MAX_PACKAGES = [
Expand Down

0 comments on commit d9c51b7

Please sign in to comment.