langchain/libs/community/tests
Eugene Yurtsev 98779797fe
community[patch]: Use get_fields adapter for pydantic (#25191)
Change all usages of __fields__ with get_fields adapter merged into
langchain_core.

Code mod generated using the following grit pattern:

```
engine marzano(0.1)
language python


`$X.__fields__` => `get_fields($X)` where {
    add_import(source="langchain_core.utils.pydantic", name="get_fields")
}
```
2024-08-08 14:43:09 -04:00
..
examples
integration_tests community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
unit_tests community[patch]: Use get_fields adapter for pydantic (#25191) 2024-08-08 14:43:09 -04:00
__init__.py
data.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00