mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-04 20:28:10 +00:00
infra[patch]: drop prompty from core dependents (#29068)
This commit is contained in:
parent
2921597c71
commit
d9c51b71c4
3
.github/scripts/check_diff.py
vendored
3
.github/scripts/check_diff.py
vendored
@ -30,6 +30,9 @@ IGNORED_PARTNERS = [
|
||||
# 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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user