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/community/tests/unit_tests
Eugene Yurtsev c72bcda4f2
community[major], experimental[patch]: Remove Python REPL from community (#22904)
Remove the REPL from community, and suggest an alternative import from
langchain_experimental.

Fix for this issue:
https://github.com/langchain-ai/langchain/issues/14345

This is not a bug in the code or an actual security risk. The python
REPL itself is behaving as expected.

The PR is done to appease blanket security policies that are just
looking for the presence of exec in the code.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
3 months ago
..
agent_toolkits community[patch]: import flattening fix (#20110) 5 months ago
agents ci: add testing with Python 3.12 (#22813) 3 months ago
callbacks community[minor]: Add UpstashRatelimitHandler (#21885) 4 months ago
chains community[patch]: Add function response to graph cypher qa chain (#22690) 3 months ago
chat_loaders community[patch]: import flattening fix (#20110) 5 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 4 months ago
chat_models community[minor]: add chat model llamacpp (#22589) 3 months ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 6 months ago
data community[patch]: Adding HEADER to the list of supported locations (#21946) 4 months ago
docstore community[patch]: import flattening fix (#20110) 5 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 3 months ago
document_loaders community[patch]: Load YouTube transcripts (captions) as fixed-duration chunks with start times (#21710) 3 months ago
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 5 months ago
embeddings community[minor]: Implement ZhipuAIEmbeddings interface (#22821) 3 months ago
evaluation langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
graphs community[minor]: add graph store implementation for apache age (#20582) 5 months ago
imports community[minor]: Adds a vector store for Azure Cosmos DB for NoSQL (#21676) 3 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
llms infra: rm unused # noqa violations (#22049) 4 months ago
load langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[minor]: Add Zep Cloud components + docs + examples (#21671) 4 months ago
storage community[minor]: Add SQL storage implementation (#22207) 4 months ago
tools community[minor]: add AskNews retriever and AskNews tool (#21581) 4 months ago
utilities community[major], experimental[patch]: Remove Python REPL from community (#22904) 3 months ago
utils community, milvus, pinecone, qdrant, mongo: Broadcast operation failure while using simsimd beyond v3.7.7 (#22271) 4 months ago
vectorstores community[minor]: Adds a vector store for Azure Cosmos DB for NoSQL (#21676) 3 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
test_cache.py infra: rm unused # noqa violations (#22049) 4 months ago
test_dependencies.py ci: add testing with Python 3.12 (#22813) 3 months ago
test_document_transformers.py infra: rm unused # noqa violations (#22049) 4 months ago
test_imports.py community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 7 months ago
test_sql_database_schema.py multiple: get rid of pyproject extras (#22581) 4 months ago
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago