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/tests/unit_tests
Eugene Yurtsev 4a77a3ab19
core[patch]: fix validation of @deprecated decorator (#22513)
This PR moves the validation of the decorator to a better place to avoid
creating bugs while deprecating code.

Prevent issues like this from arising:
https://github.com/langchain-ai/langchain/issues/22510

we should replace with a linter at some point that just does static
analysis
3 months ago
..
_api core[patch]: fix validation of @deprecated decorator (#22513) 3 months ago
callbacks community, core[callbacks]: move FileCallbackHandler from community to core (#20495) 5 months ago
chat_history core[patch],community[patch]: Move file chat history back to community (#20834) 5 months ago
data Separate out langchain_core package (#13577) 10 months ago
dependencies community[minor]: Add glue catalog loader (#20220) 5 months ago
document_loaders core[minor]: Add aload to document loader (#19936) 6 months ago
documents core[minor]: move document compressor base (#17910) 7 months ago
embeddings core[minor]: moved fake llms and embeddings to core (#19226) 6 months ago
example_selectors core[minor]: Add async methods to MaxMarginalRelevanceExampleSelector (#19639) 6 months ago
examples core:adds tests for partial_variables (#15427) 9 months ago
fake core[patch]: fix runnable history and add docs (#22283) 4 months ago
indexing core[minor],langchain[patch]: Move base indexing interface and logic to core (#20667) 5 months ago
language_models community[patch]: update use of deprecated llm methods (#20393) 5 months ago
load BUG: more core fixes (#13665) 10 months ago
messages fix: core: Include in json output also fields set outside the constructor (#21342) 5 months ago
output_parsers core[patch]: improve comma separated list output parser to handle non-space separated list (#20434) 5 months ago
outputs core[patch]: fix ChatGeneration.text with content blocks (#20294) 5 months ago
prompts core: fix mustache falsy cases (#22747) 3 months ago
runnables core: In astream_events v2 propagate cancel/break to the inner astream call (#22865) 3 months ago
stores core[minor],langchain[patch],community[patch]: Move storage interfaces to core (#20750) 5 months ago
tracers core[minor]: Add an async root listener and with_alisteners method (#22151) 4 months ago
utils core[patch]: Fix NPE in function_calling._get_python_function_required_args (#21863) 4 months ago
__init__.py Separate out langchain_core package (#13577) 10 months ago
conftest.py fix: core: Include in json output also fields set outside the constructor (#21342) 5 months ago
prompt_file.txt Separate out langchain_core package (#13577) 10 months ago
stubs.py core: Assign missing message ids in BaseChatModel (#19863) 6 months ago
test_globals.py Separate out langchain_core package (#13577) 10 months ago
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 9 months ago
test_messages.py core[patch]: Treat type as a special field when merging lists (#22750) 3 months ago
test_outputs.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
test_sys_info.py core(minor): Add a way to print out system information for debugging purposes. (#15718) 9 months ago
test_tools.py core[patch]: Add missing type annotations (#22756) 3 months ago