langchain/libs/community/tests/integration_tests/callbacks
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`.
2024-04-02 20:28:10 +00:00
..
__init__.py
test_langchain_tracer.py core[patch]: remove requests (#19891) 2024-04-02 20:28:10 +00:00
test_openai_callback.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_streamlit_callback.py
test_wandb_tracer.py