Skip to content

Error in input stream failures #571

@haozturk

Description

@haozturk

Started to happen quite often

Image
(2026-05-20 14:46:20,661) [langchain_core.tools.base] DEBUG: Failed to get args_schema annotations for filtering.
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 824, in _filter_injected_args
    annotations = get_all_basemodel_annotations(self.args_schema)
  File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 1498, in get_all_basemodel_annotations
    annotations = get_all_basemodel_annotations(
  File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 1498, in get_all_basemodel_annotations
    annotations = get_all_basemodel_annotations(
  File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 1498, in get_all_basemodel_annotations
    annotations = get_all_basemodel_annotations(
  [Previous line repeated 981 more times]
  File "/usr/local/lib/python3.10/site-packages/langchain_core/tools/base.py", line 1499, in get_all_basemodel_annotations
    get_origin(cls), default_to_bound=False
  File "/usr/local/lib/python3.10/typing.py", line 1919, in get_origin
    if isinstance(tp, (_BaseGenericAlias, GenericAlias,
RecursionError: maximum recursion depth exceeded in __instancecheck__

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions