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/tests/unit_tests/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 core[patch], langchain[patch]: fix required deps (#14373) 10 months ago
test_base_tracer.py core: upgrade mypy to recent mypy (#18753) 7 months ago
test_imports.py core[patch], langchain[patch]: fix required deps (#14373) 10 months ago
test_langchain.py Support serialization when inputs/outputs contain generators (#17338) 8 months ago
test_memory_stream.py core[patch]: Replace memory stream implementation used by LogStreamCallbackHandler (#17185) 8 months ago
test_run_collector.py core[minor]: moved fake llms and embeddings to core (#19226) 7 months ago
test_schemas.py core[patch], langchain[patch], community[patch]: Revert #15326 (#15546) 9 months ago