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/langchain_core
James Espichan Vilca 080741d336
core[patch]: Fix type for inner input in base prompts (#25713)
Thank you for contributing to LangChain!

- [ ] **PR title**: "langchain-core: Fix type"
- The file to modify is located in
/libs/core/langchain_core/prompts/base.py


- [ ] **PR message**: 
- **Description:** The change is a type for the inner input variable,
the type go from dict to Any. This change is required since the method
_validate input expects a type that is not only a dictionary.
    - **Dependencies:** There are no dependencies for this change


- [ ] **Add tests and docs**: 
1. A test is not needed. This error occurs because I overrode a portion
of the _validate_input method, which is causing a 'beartype' to raise an
error.
1 month ago
..
_api core[patch]: Add _api.rename_parameter to support renaming of parameters in functions (#25101) 1 month ago
beta core: Updated docstring for Context class (#19079) 6 months ago
callbacks core[patch]: Remove different parent run id warning (#25683) 1 month ago
document_loaders core[patch]: add option to specify the chunk separator in `merge_message_runs` (#24783) 1 month ago
documents core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
embeddings core[patch]: Update API reference for fake embeddings (#25313) 1 month ago
example_selectors core[patch]: Sort Config attributes (#25127) 2 months ago
graph_vectorstores core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
indexing core[patch]: Fix aindex API (#25155) 2 months ago
language_models core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
load core[patch]: Remove default BaseModel init docstring (#25009) 2 months ago
messages core[patch]: add option to specify the chunk separator in `merge_message_runs` (#24783) 1 month ago
output_parsers core: pydantic output parser streaming fix (#24415) 1 month ago
outputs core: Move json parsing in base chat model / output parser to bg thread (#24031) 3 months ago
prompts core[patch]: Fix type for inner input in base prompts (#25713) 1 month ago
pydantic_v1 multiple: get rid of pyproject extras (#22581) 4 months ago
runnables core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
tools core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
tracers multiple: update removal targets (#25361) 1 month ago
utils core[patch]: add additionalProperties recursively to oai function if strict (#25169) 1 month ago
vectorstores partners: Use simsimd types (#25299) 1 month ago
__init__.py docs: udpated api reference (#25172) 1 month ago
agents.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
caches.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
chat_history.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
chat_loaders.py core: `chat_*` docstrings (#23412) 3 months ago
chat_sessions.py core: `chat_*` docstrings (#23412) 3 months ago
env.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
exceptions.py core[patch]: Add UP(upgrade) ruff rules (#25358) 1 month ago
globals.py core[patch]: Fix word spelling error in `globals.py` (#24532) 2 months ago
memory.py core[patch]: Sort Config attributes (#25127) 2 months ago
prompt_values.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
py.typed
rate_limiters.py core[patch]: use time.monotonic() instead time.time() in InMemoryRateLimiter 2 months ago
retrievers.py multiple: update removal targets (#25361) 1 month ago
stores.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
structured_query.py core[patch]: docstrings `langchain_core/` files update (#24285) 2 months ago
sys_info.py core[patch]: Include dependencies in sys_info (#25076) 2 months ago