langchain/libs/core/langchain_core/runnables
Nuno Campos 3f38e1a457
Remove double line (#16426)
<!-- Thank you for contributing to LangChain!

Please title your PR "<package>: <description>", where <package> is
whichever of langchain, community, core, experimental, etc. is being
modified.

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes if applicable,
  - **Dependencies:** any dependencies required for this change,
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` from the root
of the package you've modified to check this locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc: https://python.langchain.com/docs/contributing/

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.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
2024-01-23 20:22:37 -08:00
..
__init__.py Fetch runnable config from context var inside runnable lambda and runnable generator (#15334) 2024-01-02 12:16:39 -08:00
base.py core[patch]: Fix f-string formatting in error message for configurable_fields (#16411) 2024-01-22 14:08:44 -08:00
branch.py core(minor): Implement stream and astream for RunnableBranch (#14805) 2023-12-20 15:37:56 -05:00
config.py Passthrough configurable primitive values as tracer metadata (#15915) 2024-01-11 18:47:55 -08:00
configurable.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
fallbacks.py core[patch]: simple fallback streaming (#16055) 2024-01-19 16:31:54 -08:00
graph_draw.py core[patch]: Remove print statement on missing grandalf dependency in favor of more explicit ImportError (#16326) 2024-01-22 10:48:54 -05:00
graph.py [core] print ascii (#15179) 2023-12-26 11:43:14 -08:00
history.py Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
passthrough.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
retry.py docs: in RunnableRetry, correct the example snippet that uses with_retry method on Runnable (#16108) 2024-01-17 09:11:27 -08:00
router.py manual mapping (#14422) 2023-12-08 16:29:33 -08:00
schema.py core[minor]: RFC Add astream_events to Runnables (#16172) 2024-01-18 21:27:01 -05:00
utils.py Remove double line (#16426) 2024-01-23 20:22:37 -08:00