What's Changed
* Fix for init source kwarg alias resolution. by kschwab in https://github.com/pydantic/pydantic-settings/pull/550
* Revert usage of positional only argument in `BaseSettings.__init__` by Viicos in https://github.com/pydantic/pydantic-settings/pull/557
* Revert use of `object` instead of `Any` by Viicos in https://github.com/pydantic/pydantic-settings/pull/559
* Prepare release 2.8.1 by hramezani in https://github.com/pydantic/pydantic-settings/pull/558
**Full Changelog**: https://github.com/pydantic/pydantic-settings/compare/v2.8.0...v2.8.1