langchain/libs/core/langchain_core
Nuno Campos 464dae8ac2
core: Include global variables in variables found by get_function_nonlocals (#25936)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core,
experimental, etc. is being modified. Use "docs: ..." for purely docs
changes, "templates: ..." for template changes, "infra: ..." for CI
changes.
  - Example: "community: add foobar LLM"


- [ ] **PR message**: ***Delete this entire checklist*** and replace
with
    - **Description:** a description of the change
    - **Issue:** the issue # it fixes, if applicable
    - **Dependencies:** any dependencies required for this change
- **Twitter handle:** if your PR gets announced, and you'd like a
mention, we'll gladly shout you out!


- [ ] **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.


- [ ] **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/

Additional guidelines:
- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to pyproject.toml files (even optional
ones) unless they are required for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
- If you are adding something to community, do not re-import it in
langchain.

If no one reviews your PR within a few days, please @-mention one of
baskaryan, efriis, eyurtsev, ccurme, vbarda, hwchase17.
2024-09-02 11:49:25 -07:00
..
_api core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
beta
callbacks core[patch]: Remove different parent run id warning (#25683) 2024-08-22 16:10:35 -07:00
document_loaders core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
documents core[patch]: Add UP(upgrade) ruff rules (#25358) 2024-08-22 16:29:22 -07:00
embeddings core[patch]: Update API reference for fake embeddings (#25313) 2024-08-12 19:40:05 +00:00
example_selectors core[patch]: Sort Config attributes (#25127) 2024-08-07 02:53:50 +00:00
graph_vectorstores community[patch], docs: Add API reference doc for GraphVectorStore (#25751) 2024-08-30 17:42:00 -07:00
indexing core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
language_models core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
load core[patch]: handle serializable fields that cant be converted to bool (#25903) 2024-09-01 16:44:33 -07:00
messages core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
output_parsers core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
outputs core: Move json parsing in base chat model / output parser to bg thread (#24031) 2024-07-09 12:26:36 -07:00
prompts core: prompt variable error msg (#25787) 2024-08-28 22:54:00 +00:00
pydantic_v1
runnables core: Include global variables in variables found by get_function_nonlocals (#25936) 2024-09-02 11:49:25 -07:00
tools core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
tracers core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
utils core[patch]: dont mutate merged lists/dicts (#25858) 2024-08-29 20:34:54 +00:00
vectorstores core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
__init__.py docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
agents.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
caches.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
chat_history.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
chat_loaders.py core: chat_* docstrings (#23412) 2024-06-27 17:29:38 -04:00
chat_sessions.py core: chat_* docstrings (#23412) 2024-06-27 17:29:38 -04:00
env.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
exceptions.py core[patch]: Add UP(upgrade) ruff rules (#25358) 2024-08-22 16:29:22 -07:00
globals.py core[patch]: Fix word spelling error in globals.py (#24532) 2024-07-23 14:27:16 +00:00
memory.py core[patch]: Sort Config attributes (#25127) 2024-08-07 02:53:50 +00:00
prompt_values.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
py.typed
rate_limiters.py core[patch]: use time.monotonic() instead time.time() in InMemoryRateLimiter 2024-08-09 11:31:20 -04:00
retrievers.py core[patch]: Add B(bugbear) ruff rules (#25520) 2024-08-28 07:09:29 +00:00
stores.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
structured_query.py core[patch]: docstrings langchain_core/ files update (#24285) 2024-07-16 09:21:51 -04:00
sys_info.py core[patch]: Include dependencies in sys_info (#25076) 2024-08-06 09:57:39 -04:00