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
JongRok BAEK 8d6cc90fc5
langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162)
- **Description :**  

Fix: Use shallow copy for schema manipulation in get_format_instructions

Prevents side effects on the original schema object by using a
dictionary comprehension for a safer and more controlled manipulation of
schema key-value pairs, enhancing code reliability.

  - **Issue:**  #17161 
  - **Dependencies:** None
  -  **Twitter handle:** None
5 months ago
..
_api core[patch]: preserve inspect.iscoroutinefunction with @beta decorator (#16440) 5 months ago
beta core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 6 months ago
callbacks infra: add print rule to ruff (#16221) 5 months ago
documents core[patch]: doc init positional args (#16854) 5 months ago
example_selectors core[patch], community[patch], langchain[patch], docs: Update SQL chains/agents/docs (#16168) 5 months ago
globals IMPROVEMENT: filter global warnings properly (#13754) 7 months ago
language_models core[patch]: Support .yml extension for YAML (#16783) 5 months ago
load core[patch]: Hide aliases when serializing (#16888) 5 months ago
messages infra: add print rule to ruff (#16221) 5 months ago
output_parsers langchain.core : Use shallow copy for schema manipulation in JsonOutputParser.get_format_instructions (#17162) 5 months ago
outputs core[patch]: docstring update (#16813) 5 months ago
prompts core[patch]: Support .yml extension for YAML (#16783) 5 months ago
pydantic_v1 Separate out langchain_core package (#13577) 8 months ago
runnables infra: add print rule to ruff (#16221) 5 months ago
tracers core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler (#17185) 5 months ago
utils core: improve None value processing in merge_dicts() (#17462) 5 months ago
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 6 months ago
agents.py manual mapping (#14422) 7 months ago
caches.py langchain[minor], community[minor], core[minor]: Async Cache support and AsyncRedisCache (#15817) 5 months ago
chat_history.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 5 months ago
chat_sessions.py REFACTOR: Refactor langchain_core (#13627) 7 months ago
embeddings.py Propagate context vars in all classes/methods 6 months ago
env.py core[patch]: update langchain-core runtime library name (#14884) 7 months ago
exceptions.py REFACTOR: Refactor langchain_core (#13627) 7 months ago
memory.py Add async methods to BaseChatMessageHistory and BaseMemory (#16728) 5 months ago
prompt_values.py core[patch]: Message content as positional arg (#16921) 5 months ago
py.typed core[minor], langchain[patch], experimental[patch]: Added missing `py.typed` to `langchain_core` (#14143) 7 months ago
retrievers.py core[patch]: passthrough BaseRetriever.invoke(**kwargs) (#16551) 5 months ago
stores.py Add async methods to BaseStore (#16669) 5 months ago
sys_info.py infra: add print rule to ruff (#16221) 5 months ago
tools.py core[patch]: docstring update (#16813) 5 months ago
vectorstores.py Propagate context vars in all classes/methods 6 months ago