edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Pydantic has deprecated `json_encoders` and our generated models use them

Open scotttrinh opened this issue 7 months ago • 0 comments

.venv/lib/python3.12/site-packages/pydantic/_internal/_generate_schema.py:298: PydanticDeprecatedSince20: `json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.11/migration/

scotttrinh avatar Jun 18 '25 20:06 scotttrinh