langchain/libs
Eugene Yurtsev b55f6105c6
community[patch]: Add linter to prevent further usage of root_validator and validator (#24613)
This linter is meant to move development to use __init__ instead of
root_validator and validator.

We need to investigate whether we need to lint some of the functionality
of Field (e.g., `lt` and `gt`, `alias`)

`alias` is the one that's most popular:

(community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep
" Field(" | grep "alias=" | wc -l
144

(community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep
" Field(" | grep "ge=" | wc -l
10

(community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep
" Field(" | grep "gt=" | wc -l
4
2024-07-24 12:35:21 -04:00
..
cli
community community[patch]: Add linter to prevent further usage of root_validator and validator (#24613) 2024-07-24 12:35:21 -04:00
core core[patch]: add to RunnableLambda docstring (#24575) 2024-07-23 20:46:44 +00:00
experimental experimental[patch]: Release 0.0.63 (#24563) 2024-07-23 16:28:37 +00:00
langchain langchain: fix TrajectoryEvalChain.prep_inputs (#19959) 2024-07-23 18:37:39 +00:00
partners qdrant: Fix vectors_config access (#24606) 2024-07-24 10:54:33 -04:00
standard-tests
text-splitters