We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2921597 commit d9c51b7Copy full SHA for d9c51b7
.github/scripts/check_diff.py
@@ -30,6 +30,9 @@
30
# specifically in huggingface jobs
31
# https://github.com/langchain-ai/langchain/issues/25558
32
"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",
36
]
37
38
PY_312_MAX_PACKAGES = [
0 commit comments