You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/langchain_core/utils
Eugene Yurtsev 5e48f35fba
core[minor]: Relax constraints on type checking for tools and parsers (#24459)
This will allow tools and parsers to accept pydantic models from any of
the
following namespaces:

* pydantic.BaseModel with pydantic 1
* pydantic.BaseModel with pydantic 2
* pydantic.v1.BaseModel with pydantic 2
3 months ago
..
__init__.py core[minor],community[minor]: Upgrade all @root_validator() to @pre_init (#23841) 3 months ago
_merge.py core: docstrings `utils` update (#24213) 3 months ago
aiter.py core: docstrings `utils` update (#24213) 3 months ago
env.py core: docstrings `utils` update (#24213) 3 months ago
formatting.py core: docstrings `utils` update (#24213) 3 months ago
function_calling.py core[patch]: add InjectedToolArg annotation (#24279) 3 months ago
html.py core: docstrings `utils` update (#24213) 3 months ago
image.py core: docstrings `utils` update (#24213) 3 months ago
input.py core: docstrings `utils` update (#24213) 3 months ago
interactive_env.py
iter.py core: docstrings `utils` update (#24213) 3 months ago
json.py core: docstrings `utils` update (#24213) 3 months ago
json_schema.py core[patch]: Fix utils.json_schema.dereference_refs (#24335 KeyError: 400 in JSON schema processing) (#24337) 3 months ago
loading.py docs: Fix URL formatting in deprecation warnings (#23075) 4 months ago
mustache.py core: docstrings `utils` update (#24213) 3 months ago
pydantic.py core[minor]: Relax constraints on type checking for tools and parsers (#24459) 3 months ago
strings.py core: docstrings `utils` update (#24213) 3 months ago
utils.py core: docstrings `utils` update (#24213) 3 months ago