mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
Use of the fixture `_base_vcr_config` is deprecated with alternative function `base_vcr_config()` This way: * we don't need to import `_base_vcr_config` seen as unused (which leads to ruff violations PLC0414 and F811) * we don't need to make a copy since a new dict is created at each function invocation Co-authored-by: Mason Daugherty <mason@langchain.dev>