chore: housekeeping (#35850)

This commit is contained in:
Mason Daugherty
2026-03-13 16:24:35 -04:00
committed by GitHub
parent 93947dcea8
commit 9b22f9c450
3 changed files with 0 additions and 6 deletions

View File

@@ -44,7 +44,6 @@ IGNORE_CORE_DEPENDENTS = False
IGNORED_PARTNERS = [
# remove huggingface from dependents because of CI instability
# specifically in huggingface jobs
# https://github.com/langchain-ai/langchain/issues/25558
"huggingface",
]

View File

@@ -199,8 +199,6 @@ def _convert_pydantic_to_openai_function(
" 1. Converting them to Pydantic models with JSON-compatible fields\n"
" 2. Using primitive types (str, int, float, bool, list, dict) instead\n"
" 3. Passing the data as serialized JSON strings\n\n"
"For more information, see: "
"https://python.langchain.com/docs/how_to/custom_tools/"
)
raise PydanticInvalidForJsonSchema(msg) from e
return _convert_json_schema_to_openai_function(

View File

@@ -1,3 +0,0 @@
# LangChain Tests
[This guide has moved to the docs](https://python.langchain.com/docs/contributing/testing)