langchain/libs/core/langchain_core
Erick Friis e1924b3e93
core[patch]: deprecate hwchase17/langchain-hub, address path traversal (#18600)
Deprecates the old langchain-hub repository. Does *not* deprecate the
new https://smith.langchain.com/hub

@PinkDraconian has correctly raised that in the event someone is loading
unsanitized user input into the `try_load_from_hub` function, they have
the ability to load files from other locations in github than the
hwchase17/langchain-hub repository.

This PR adds some more path checking to that function and deprecates the
functionality in favor of the hub built into LangSmith.
2024-03-05 12:49:38 -08:00
..
_api core[patch]: deprecation docstring with lib (#18350) 2024-03-01 00:44:13 +00:00
beta docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
callbacks docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
documents core[minor]: move document compressor base (#17910) 2024-02-26 17:20:50 -08:00
example_selectors docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
globals
language_models core[minor], openai[minor], langchain[patch]: BaseLanguageModel.with_structured_output #17302) 2024-02-22 15:33:34 -08:00
load core[patch]: support JS message serial namespaces (#18151) 2024-02-26 16:19:46 -08:00
messages Add BaseMessage.id (#17835) 2024-02-26 09:27:47 -08:00
output_parsers langchain[patch], core[patch], openai[patch], fireworks[minor]: ChatFireworks.with_structured_output (#18078) 2024-02-26 12:46:39 -08:00
outputs docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompts multiple[patch]: fix deprecation versions (#18349) 2024-02-29 16:58:33 -08:00
pydantic_v1
runnables docs: runnable module description (#17966) 2024-03-01 10:01:32 -08:00
tracers [Core] Patch: rm dumpd of outputs from runnables/base (#18295) 2024-02-29 18:04:53 -08:00
utils core[patch]: deprecate hwchase17/langchain-hub, address path traversal (#18600) 2024-03-05 12:49:38 -08:00
__init__.py core[patch], community[patch]: mark runnable context, lc load as beta (#15603) 2024-01-05 17:54:26 -05:00
agents.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
caches.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
chat_history.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
chat_sessions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
embeddings.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
env.py core[patch]: update langchain-core runtime library name (#14884) 2023-12-20 14:35:48 -08:00
exceptions.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
memory.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompt_values.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
py.typed core[minor], langchain[patch], experimental[patch]: Added missing py.typed to langchain_core (#14143) 2023-12-01 19:15:23 -08:00
retrievers.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
stores.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
sys_info.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
tools.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
vectorstores.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00