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/tracers
Erick Friis f0d5b59962
core[patch]: remove requests (#19891)
Removes required usage of `requests` from `langchain-core`, all of which
has been deprecated.

- removes Tracer V1 implementations
- removes old `try_load_from_hub` github-based hub implementations

Removal done in a way where imports will still succeed, and usage will
fail with a `RuntimeError`.
6 months ago
..
__init__.py docs: modules descriptions (#17844) 7 months ago
base.py Core[major]: Base Tracer to propagate raw output from tool for on_tool_end (#18932) 6 months ago
context.py core[patch]: remove requests (#19891) 6 months ago
evaluation.py core[patch]: docstring update (#16813) 8 months ago
langchain.py core: upgrade mypy to recent mypy (#18753) 7 months ago
langchain_v1.py core[patch]: remove requests (#19891) 6 months ago
log_stream.py [Core] Patch: rm dumpd of outputs from runnables/base (#18295) 7 months ago
memory_stream.py core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler (#17185) 7 months ago
root_listeners.py core[patch]: docstring update (#16813) 8 months ago
run_collector.py core[patch]: docstring update (#16813) 8 months ago
schemas.py core[patch]: deprecate v1 tracer (#15608) 9 months ago
stdout.py REFACTOR: Refactor langchain_core (#13627) 10 months ago