Skip to content

Deterministic alias selection for init kwargs doesn't support validate_by_name #706

@Mantisus

Description

@Mantisus

Recent fix #688 works perfectly with populate_by_name, but doesn't support validate_by_name.

Current Pydantic documentation recommends using ConfigDict(validate_by_name=True, validate_by_alias=True) instead of ConfigDict(populate_by_name=True)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions