langsmith-sdk
langsmith-sdk copied to clipboard
chore: upgrade python sdk to pydantic v2
Summary
- bump the runtime requirement to Pydantic v2
- migrate schemas, validators, and helpers off v1-only APIs
- update client utilities and tests so evaluation results still serialize cleanly
Testing
- make format
- make lint
- make tests
Notes
- Warnings about pydantic v2 old .dict() / .json() helpers are there; they don't impact functionality .
Fixes #2029 .
@codex fix comments
To use Codex here, create an environment for this repo.
requesting reviewers please. also currently running this PR in prod, no issues yet.