langchain/libs/core/langchain_core
Naman Jain 75122646b5
core[patch]: fixed circular dependency with json schema (#18657)
**Description:** Circular dependencies when parsing references leading
to `RecursionError: maximum recursion depth exceeded` issue. This PR
address the issue by handling previously seen refs as in any typical DFS
to avoid infinite depths.

**Issue:** https://github.com/langchain-ai/langchain/issues/12163

 **Twitter handle:** https://twitter.com/theBhulawat 


- [x] **Add tests and docs**: If you're adding a new integration, please
include
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in
`docs/docs/integrations` directory.


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-03-12 05:42:45 +00:00
..
_api core[patch]: deprecation docstring with lib (#18350) 2024-03-01 00:44:13 +00:00
beta core: upgrade mypy to recent mypy (#18753) 2024-03-07 15:25:19 -05:00
callbacks core[major]: On Tool End Observation Casting Fix (#18798) 2024-03-11 10:59:04 -04:00
document_loaders community: If load() has been overridden, use it in default lazy_load() (#18690) 2024-03-07 11:52:19 -05:00
documents core[minor]: move document compressor base (#17910) 2024-02-26 17:20:50 -08:00
example_selectors docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
globals
language_models core[minor]: generation info on msg (#18592) 2024-03-12 04:43:17 +00:00
load core[patch]: support JS message serial namespaces (#18151) 2024-02-26 16:19:46 -08:00
messages core[minor]: generation info on msg (#18592) 2024-03-12 04:43:17 +00:00
output_parsers core[minor]: add streaming support to OAI tool parsers (#18940) 2024-03-11 21:53:56 -07:00
outputs docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompts core: upgrade mypy to recent mypy (#18753) 2024-03-07 15:25:19 -05:00
pydantic_v1
runnables core: add in-code docs for RunnableAssign class (#18826) 2024-03-09 02:04:52 +00:00
tracers core[major]: On Tool End Observation Casting Fix (#18798) 2024-03-11 10:59:04 -04:00
utils core[patch]: fixed circular dependency with json schema (#18657) 2024-03-12 05:42:45 +00:00
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
agents.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
caches.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
chat_history.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
chat_sessions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
embeddings.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
env.py
exceptions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
memory.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompt_values.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
py.typed
retrievers.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
stores.py core: upgrade mypy to recent mypy (#18753) 2024-03-07 15:25:19 -05:00
sys_info.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
tools.py core[major]: On Tool End Observation Casting Fix (#18798) 2024-03-11 10:59:04 -04:00
vectorstores.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00