Skip to content

Commit d9c51b7

Browse files
authored
infra[patch]: drop prompty from core dependents (#29068)
1 parent 2921597 commit d9c51b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/check_diff.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
# specifically in huggingface jobs
3131
# https://github.com/langchain-ai/langchain/issues/25558
3232
"huggingface",
33+
# prompty exhibiting issues with numpy for Python 3.13
34+
# https://github.com/langchain-ai/langchain/actions/runs/12651104685/job/35251034969?pr=29065
35+
"prompty",
3336
]
3437

3538
PY_312_MAX_PACKAGES = [

0 commit comments

Comments
 (0)