pydantic / pydantic-settings

Settings management using pydantic
https://docs.pydantic.dev/latest/usage/pydantic_settings/
MIT License
502 stars 47 forks source link

Fix an issue when inner types of a discriminated union with a callable discriminator were not correctly identified as complex. #285

Closed jenskeiner closed 2 months ago

jenskeiner commented 2 months ago

Closes #284

hramezani commented 2 months ago

Thanks @jenskeiner