langchain/libs/core/langchain_core/runnables
Nuno Campos 595297e2e5
core: Add support for calls in get_function_nonlocals (#29255)
Thank you for contributing to LangChain!

- [ ] **PR title**: "package: description"
- Where "package" is whichever of langchain, community, core, etc. is
being modified. Use "docs: ..." for purely docs 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.
2025-01-16 14:43:42 -08:00
..
__init__.py core[minor]: Add BaseModel.rate_limiter, RateLimiter abstraction and in-memory implementation (#24669) 2024-07-26 03:03:34 +00:00
base.py core[patch]: remove redundant imports (#28861) 2024-12-23 10:31:23 -05:00
branch.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
config.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
configurable.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
fallbacks.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
graph_ascii.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
graph_mermaid.py langchain_core: add file_type option to make file type default as png (#27855) 2024-11-06 22:37:07 +00:00
graph_png.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
graph.py core[patch]: Fixed trim functions, and added corresponding unit test for the solved issue (#28429) 2024-12-08 20:45:28 -08:00
history.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
learnable.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
passthrough.py core[patch]: fix init of RunnableAssign (#26903) 2024-10-01 14:21:54 -04:00
retry.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
router.py core: Add ruff rules for error messages (EM) (#26965) 2024-10-07 22:12:28 +00:00
schema.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
utils.py core: Add support for calls in get_function_nonlocals (#29255) 2025-01-16 14:43:42 -08:00