What's Changed
* Fix documentation and update pydantic and pydantic-core dependancies by Xunop in https://github.com/pydantic/pydantic-settings/pull/194
* Correct a typo in README.md by felixonmars in https://github.com/pydantic/pydantic-settings/pull/195
* feat: ignore empty env vars by niventc in https://github.com/pydantic/pydantic-settings/pull/198
* Allow nested env var source to override nested init source. by kschwab in https://github.com/pydantic/pydantic-settings/pull/204
* Fix typo in explode_env_vars() docstring by paytonward6 in https://github.com/pydantic/pydantic-settings/pull/207
* Add support for parsing environment "None" strings to None. by kschwab in https://github.com/pydantic/pydantic-settings/pull/206
* Ensure extra='forbid' is enforced in DotEnvSettingsSource when env_prefix is specified by kjithin in https://github.com/pydantic/pydantic-settings/pull/218
* Fix for JSON on optional nested types. by kschwab in https://github.com/pydantic/pydantic-settings/pull/217
* Improve docs by hramezani in https://github.com/pydantic/pydantic-settings/pull/225
* feat: adding json, yaml and toml sources by Smixi in https://github.com/pydantic/pydantic-settings/pull/211
* Fix dotenv source extra values parsing provided in dotenv file by hramezani in https://github.com/pydantic/pydantic-settings/pull/221
* Update requirements by hramezani in https://github.com/pydantic/pydantic-settings/pull/233
* Prepare release 2.2.0 by hramezani in https://github.com/pydantic/pydantic-settings/pull/232
New Contributors
* Xunop made their first contribution in https://github.com/pydantic/pydantic-settings/pull/194
* felixonmars made their first contribution in https://github.com/pydantic/pydantic-settings/pull/195
* niventc made their first contribution in https://github.com/pydantic/pydantic-settings/pull/198
* kschwab made their first contribution in https://github.com/pydantic/pydantic-settings/pull/204
* paytonward6 made their first contribution in https://github.com/pydantic/pydantic-settings/pull/207
* kjithin made their first contribution in https://github.com/pydantic/pydantic-settings/pull/218
* Smixi made their first contribution in https://github.com/pydantic/pydantic-settings/pull/211
**Full Changelog**: https://github.com/pydantic/pydantic-settings/compare/v2.1.0...v2.2.0