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/utils
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 Separate out langchain_core package (#13577) 11 months ago
test_function_calling.py core[minor]: Add utility code to create tool examples (#18602) 7 months ago
test_html.py core[patch]: Further restrict recursive URL loader (#15559) 9 months ago
test_imports.py core[minor]: Image prompt template (#14263) 8 months ago
test_iter.py Separate out langchain_core package (#13577) 11 months ago
test_json_schema.py core[patch]: fixed circular dependency with json schema (#18657) 7 months ago
test_rm_titles.py core: update _rm_titles to account for title argument name bug (#19036) 7 months ago
test_utils.py core[minor]: generation info on msg (#18592) 7 months ago