Closed
Description
Initial Checks
- I have searched Google & GitHub for similar requests and couldn't find anything
- I have read and followed the docs and still think this feature is missing
Description
Hi
Currently, we use the Pydantic with a wrapper that checks if the field exists (in addition to the env var) in the KeyVault.
This is not ideal as it is done in a separate place.
A new feature of fetching data from KeyVault will be very helpful.
Thanks!
Affected Components
- Compatibility between releases
- Data validation/parsing
- Data serialization -
.model_dump()
and.model_dump_json()
- JSON Schema
- Dataclasses
- Model Config
- Field Types - adding or changing a particular data type
- Function validation decorator
- Generic Models
- Other Model behaviour -
model_construct()
, pickling, private attributes, ORM mode - Plugins and integration with other tools - mypy, FastAPI, python-devtools, Hypothesis, VS Code, PyCharm, etc.
Selected Assignee: @Kludex
Selected Assignee: @samuelcolvin