langchain/libs/core/langchain_core
Mason Daugherty fbd5a238d8
fix(core): revert "fix: tool call streaming bug with inconsistent indices from Qwen3" (#32307)
Reverts langchain-ai/langchain#32160

Original issue stems from using `ChatOpenAI` to interact with a `qwen`
model. Recommended to use
[langchain-qwq](https://python.langchain.com/docs/integrations/chat/qwq/)
which is built for Qwen
2025-07-29 10:26:38 -04:00
..
_api fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
beta fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
callbacks fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
document_loaders fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
documents fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
embeddings fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
example_selectors core[patch]: Raise AttributeError (instead of ModuleNotFoundError) in custom __getattr__ (#30905) 2025-04-17 14:15:28 -04:00
indexing fix(core): track within-batch deduplication in indexing num_skipped count (#32273) 2025-07-28 09:58:51 -04:00
language_models fix(core): resolve cache validation error by safely converting Generation to ChatGeneration objects (#32156) 2025-07-28 22:28:16 +00:00
load feat(core): add an option to make deserialization more permissive (#32054) 2025-07-15 17:00:01 -04:00
messages fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
output_parsers fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
outputs feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
prompts fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
pydantic_v1 core: Cleanup Pydantic models and handle deprecation warnings (#30799) 2025-06-20 10:42:52 -04:00
runnables refactor: remove references to unsupported model claude-3-sonnet-20240229 (#32281) 2025-07-28 11:57:43 -04:00
tools fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
tracers feat(docs): improve devx, fix Makefile targets (#32237) 2025-07-25 14:49:03 -04:00
utils fix(core): revert "fix: tool call streaming bug with inconsistent indices from Qwen3" (#32307) 2025-07-29 10:26:38 -04:00
vectorstores fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
__init__.py docs: formatting cleanup (#32188) 2025-07-22 15:46:15 -04:00
_import_utils.py feat(core): update _import_utils.py to not mask the thrown exception (#32071) 2025-07-16 17:11:56 -04:00
agents.py core: Specify code when ignoring type issue (ruff PGH003) (#30675) 2025-04-10 22:23:52 -04:00
caches.py core: Ruff preview fixes (#31877) 2025-07-07 13:02:40 -04:00
chat_history.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
chat_loaders.py
chat_sessions.py
env.py
exceptions.py core: Add ruff rules FBT001 and FBT002 (#30695) 2025-04-11 16:26:33 -04:00
globals.py core: Improve mypy config (#30737) 2025-04-11 16:35:13 -04:00
memory.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
prompt_values.py
py.typed
rate_limiters.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
retrievers.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
stores.py fix: formatting issues in docstrings (#32265) 2025-07-27 23:37:47 -04:00
structured_query.py core: Add ruff rules A (builtins shadowing) (#29312) 2025-05-16 15:19:37 -04:00
sys_info.py core: Ruff preview fixes (#31877) 2025-07-07 13:02:40 -04:00
version.py release(core): 0.3.72 (#32214) 2025-07-23 20:33:48 -04:00