Commit d3e8cdc
committed
Filter langchain-core pydantic v1 warning on Python 3.14
langchain-core 1.2.x still touches pydantic.v1.fields in its
deprecation module, emitting a UserWarning on Python 3.14. This is
a langchain bug, not ours — filter it so pytest filterwarnings=error
doesn't fail the test suite.1 parent 0e25f34 commit d3e8cdc
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments