Skip to content

Commit

Permalink
Update pydantic-settings docs (#8906)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramezani committed Feb 27, 2024
1 parent 511d862 commit a525a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/pydantic_settings.md
Expand Up @@ -6,4 +6,4 @@ description: Support for loading a settings or config class from environment var

[Pydantic Settings](https://github.com/pydantic/pydantic-settings) provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.

{{ external_markdown('https://raw.githubusercontent.com/pydantic/pydantic-settings/2.1/docs/index.md', '') }}
{{ external_markdown('https://raw.githubusercontent.com/pydantic/pydantic-settings/2.2/docs/index.md', '') }}

0 comments on commit a525a64

Please sign in to comment.