Skip to content

Commit

Permalink
Revert use of object instead of Any (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Feb 27, 2025
1 parent 21e6b23 commit fa64a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydantic_settings/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def __init__(
_env_parse_enums: bool | None = None,
_cli_prog_name: str | None = None,
_cli_parse_args: bool | list[str] | tuple[str, ...] | None = None,
_cli_settings_source: CliSettingsSource[object] | None = None,
_cli_settings_source: CliSettingsSource[Any] | None = None,
_cli_parse_none_str: str | None = None,
_cli_hide_none_type: bool | None = None,
_cli_avoid_json: bool | None = None,
Expand Down

0 comments on commit fa64a4e

Please sign in to comment.