langchain/libs/core/langchain_core
Artem Mukhin e271f75bee
docs: Fix URL formatting in deprecation warnings (#23075)
**Description**

Updated the URLs in deprecation warning messages. The URLs were
previously written as raw strings and are now formatted to be clickable
HTML links.

Example of a broken link in the current API Reference:
https://api.python.langchain.com/en/latest/chains/langchain.chains.openai_functions.extraction.create_extraction_chain_pydantic.html

<img width="942" alt="Screenshot 2024-06-18 at 13 21 07"
src="https://github.com/langchain-ai/langchain/assets/4854600/a1b1863c-cd03-4af2-a9bc-70375407fb00">
2024-06-18 14:49:58 -04:00
..
_api core[patch]: fix validation of @deprecated decorator (#22513) 2024-06-14 16:52:30 +00:00
beta core: Updated docstring for Context class (#19079) 2024-03-18 21:15:14 -07:00
callbacks [Core] Update Tracing Interops (#22318) 2024-05-30 10:34:49 -07:00
document_loaders core[minor]: Add aload to document loader (#19936) 2024-04-03 10:46:47 -04:00
documents core[minor]: move document compressor base (#17910) 2024-02-26 17:20:50 -08:00
embeddings core[minor]: moved fake llms and embeddings to core (#19226) 2024-03-18 10:01:26 -07:00
example_selectors core[patch]: Fix typo in VectorStoreExampleSelector doc-string (#21574) 2024-05-14 13:31:37 +00:00
indexing core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
language_models core[patch]: Update remaining root_validators (#22829) 2024-06-12 14:47:40 -04:00
load fix: core: Include in json output also fields set outside the constructor (#21342) 2024-05-06 14:37:36 -07:00
messages core[minor]: message transformer utils (#22752) 2024-06-17 15:30:07 -07:00
output_parsers core[patch]: Add missing type annotations (#22756) 2024-06-10 16:59:41 -04:00
outputs infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
prompts Include "no escape" and "inverted section" mustache vars in Prompt.input_variables and Prompt.input_schema (#22981) 2024-06-17 19:24:13 -07:00
pydantic_v1 multiple: get rid of pyproject extras (#22581) 2024-06-06 15:45:22 -07:00
runnables core: run_in_executor: Wrap StopIteration in RuntimeError (#22997) 2024-06-17 20:40:01 +00:00
tracers core: in astream_events v2 always await task even if already finished (#22916) 2024-06-14 19:54:20 +00:00
utils docs: Fix URL formatting in deprecation warnings (#23075) 2024-06-18 14:49:58 -04: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 community[minor]: Add async methods to CassandraCache and CassandraSemanticCache (#20654) 2024-04-30 10:27:44 -04:00
chat_history.py core[patch],community[patch]: Move file chat history back to community (#20834) 2024-04-24 12:47:25 -04:00
chat_loaders.py core[minor], community[patch], langchain[patch]: move BaseChatLoader to core (#19607) 2024-04-26 21:45:51 +00:00
chat_sessions.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
globals.py core[patch]: Move globals to a module instead of a package (non breaking change) (#19159) 2024-03-19 12:29:12 -04:00
memory.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
prompt_values.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04: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 core: In BaseRetriever make get_relevant_docs delegate to invoke (#22434) 2024-06-03 07:34:53 -07:00
stores.py core[patch]: Document BaseStore (#23082) 2024-06-18 11:47:47 -04:00
structured_query.py core[patch[: docstring update (#21036) 2024-04-29 15:35:34 -04:00
sys_info.py docs: modules descriptions (#17844) 2024-02-21 15:58:21 -08:00
tools.py core[patch]: update some root_validators (#22787) 2024-06-12 13:04:57 -04:00
vectorstores.py core[patch]: update some root_validators (#22787) 2024-06-12 13:04:57 -04:00