Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / pydantic/pydantic-settings issues and pull requests
#480 - Setting a default value for ZoneInfo does not work
Issue -
State: closed - Opened by ac3673 4 days ago
- 3 comments
Labels: unconfirmed
#479 - Recommend a way to load/reload settings in async environment
Issue -
State: open - Opened by bswck 7 days ago
- 2 comments
Labels: documentation
#478 - Fix Secret field parsing
Pull Request -
State: closed - Opened by hramezani 7 days ago
#477 - Disable abbreviations on internal parser.
Pull Request -
State: closed - Opened by kschwab 13 days ago
- 1 comment
#476 - Error when using settings class that has cli_parse_args=True in VSCode Notebook
Issue -
State: closed - Opened by Riezebos 13 days ago
- 4 comments
Labels: unconfirmed
#475 - Parsing Secret[] values error
Issue -
State: closed - Opened by zoola969 14 days ago
- 3 comments
Labels: bug
#474 - env_prefix ignored if extra=allow
Issue -
State: open - Opened by iAnanich 17 days ago
- 5 comments
Labels: unconfirmed
#473 - Add support for CliMutuallyExclusiveGroup.
Pull Request -
State: closed - Opened by kschwab 17 days ago
- 1 comment
#472 - Fix default help text for union of submodels.
Pull Request -
State: closed - Opened by kschwab 18 days ago
- 1 comment
#471 - pydantic-settings fails to handle unions with defaults; raises Attribute error
Issue -
State: closed - Opened by klieret 19 days ago
- 6 comments
Labels: unconfirmed
#470 - Fix rendering of annotations in code example
Pull Request -
State: closed - Opened by Viicos 19 days ago
#469 - is there way to make both `--opt-with-dash` and environment variable work at the same time?
Issue -
State: open - Opened by braindevices 20 days ago
- 5 comments
Labels: unconfirmed
#468 - Fix alias resolution for default settings source.
Pull Request -
State: closed - Opened by kschwab 20 days ago
- 2 comments
#467 - is there a way to mark fields as mutually_exclusive_group?
Issue -
State: closed - Opened by braindevices 21 days ago
- 10 comments
Labels: unconfirmed
#466 - fail to parse nested model when alias_generator is using
Issue -
State: closed - Opened by braindevices 21 days ago
- 4 comments
Labels: bug
#465 - Use the class name in the `__repr__` implementations
Pull Request -
State: closed - Opened by dlax 21 days ago
- 7 comments
#464 - Make tests more robust to the running environment
Pull Request -
State: closed - Opened by CyberTailor 22 days ago
- 1 comment
#463 - Tests need to strip environment variables before running
Issue -
State: closed - Opened by CyberTailor 22 days ago
- 2 comments
Labels: unconfirmed
#462 - Fix `test_protected_namespace_defaults` with -Wdefault
Pull Request -
State: closed - Opened by CyberTailor 22 days ago
#461 - 2.6.1: pytest fails
Issue -
State: open - Opened by kloczek 24 days ago
- 1 comment
Labels: unconfirmed
#460 - Prepare release 2.6.1
Pull Request -
State: closed - Opened by hramezani 24 days ago
#459 - Revert "Fix context not passed to field validators bug (#417)"
Pull Request -
State: closed - Opened by hramezani 24 days ago
#458 - Refactor path_type_label
Pull Request -
State: closed - Opened by aberenda-optifino about 1 month ago
- 1 comment
#457 - `pydantic-settings` deep-merges complex values from different sources
Issue -
State: closed - Opened by YaraslauZhylko about 1 month ago
- 7 comments
Labels: unconfirmed
#456 - Pydantic 2.6.0 breaks pathlib validation against `str | os.PathLike`
Issue -
State: closed - Opened by ian-activeloop about 1 month ago
- 2 comments
Labels: duplicate
#455 - BaseSettings overrides on instanstiation do not override values
Issue -
State: closed - Opened by timonviola about 1 month ago
- 1 comment
Labels: unconfirmed
#454 - Fixes #452 - Adding support for populate_by_name
Pull Request -
State: closed - Opened by hozn about 1 month ago
- 1 comment
#453 - 2.6.0 broke `model_validate_json` on `str | os.PathLike` fields
Issue -
State: closed - Opened by jamesbraza about 1 month ago
- 4 comments
Labels: duplicate
#452 - EnvSettingsSource does not respect populate_by_name for aliased fields
Issue -
State: closed - Opened by hozn about 1 month ago
- 4 comments
Labels: enhancement
#451 - Nested field names containing underscore can no longer be parsed from env
Issue -
State: closed - Opened by WieslerAA about 1 month ago
- 2 comments
Labels: duplicate
#450 - Add Python 3.13 support
Pull Request -
State: closed - Opened by hramezani about 1 month ago
#449 - 2.6.0 breaks sub-modules inheriting from `BaseSettings` for independent environment variables
Issue -
State: closed - Opened by rra about 1 month ago
- 2 comments
Labels: unconfirmed
#448 - Regression in pydantic settings v2.6.0 handling of model_validate and environment variables
Issue -
State: closed - Opened by jessemyers-lettuce about 1 month ago
- 7 comments
Labels: unconfirmed
#447 - 2.6.0 breaks validation with nested settings when using empty default
Issue -
State: closed - Opened by palle-k about 1 month ago
- 9 comments
Labels: unconfirmed
#446 - Validation is only performed during debugging
Issue -
State: closed - Opened by BabakAmini about 1 month ago
- 11 comments
Labels: unconfirmed
#445 - 2.6.0 breaks environment variable loading
Issue -
State: closed - Opened by palfrey about 1 month ago
- 11 comments
Labels: unconfirmed
#444 - Prepare release 2.6.0
Pull Request -
State: closed - Opened by hramezani about 1 month ago
#443 - Regression: `BaseSettings` does not handle properly .env variables nested from pydantic dataclass in 2.5.*
Issue -
State: closed - Opened by emaheuxPEREN about 1 month ago
- 3 comments
Labels: bug
#442 - ImportError: cannot import name 'CliApp' from 'pydantic_settings'
Issue -
State: closed - Opened by m3g4p0p about 2 months ago
- 3 comments
Labels: unconfirmed
#441 - `env_prefix` falls back to env vars without prefix
Issue -
State: open - Opened by hofrob about 2 months ago
- 3 comments
Labels: bug
#440 - Fix bug in dotenv source when there is env with and without prefix
Pull Request -
State: closed - Opened by hramezani about 2 months ago
#439 - Pydantic 2.5.0 regressed Discriminated Unions usage with DotEnvSettingsSource and forbidden extra
Issue -
State: closed - Opened by pszpetkowski about 2 months ago
- 1 comment
Labels: unconfirmed
#438 - [question] Reading specific nested sections in toml file with TomlConfigSettingsSource source
Issue -
State: closed - Opened by otemek about 2 months ago
- 2 comments
Labels: unconfirmed
#437 - `env_prefix` is ignored if pydantic_settings finds an env var without prefix
Issue -
State: closed - Opened by hofrob about 2 months ago
- 6 comments
Labels: bug
#436 - Add support for suppressing fields from CLI help.
Pull Request -
State: closed - Opened by kschwab about 2 months ago
- 1 comment
#435 - Error validating Literal types from .env
Issue -
State: closed - Opened by slingshotvfx about 2 months ago
- 3 comments
Labels: unconfirmed
#434 - Clarification Needed on pyproject_toml_table_header Logic in Pydantic Settings
Issue -
State: open - Opened by py-mu about 2 months ago
- 7 comments
Labels: feature request
#433 - Update nested model partial update docs example.
Pull Request -
State: closed - Opened by kschwab about 2 months ago
- 1 comment
#432 - Use SettingsErrors when file can't be used as source
Pull Request -
State: open - Opened by l00ptr about 2 months ago
- 5 comments
Labels: V3
#431 - Support for suppressing fields from the CLI --help message
Issue -
State: closed - Opened by Geo5 about 2 months ago
- 5 comments
Labels: unconfirmed
#430 - Complicated use case
Issue -
State: closed - Opened by MartenBE about 2 months ago
- 8 comments
Labels: unconfirmed
#429 - Put tests for non-default sources in separate files
Pull Request -
State: closed - Opened by makukha about 2 months ago
- 3 comments
#428 - Add tests for DefaultSettingsSource
Issue -
State: closed - Opened by makukha about 2 months ago
- 2 comments
Labels: unconfirmed
#427 - Separate tests related to specific settings sources
Issue -
State: closed - Opened by makukha about 2 months ago
- 1 comment
#426 - env_prefix Ignored in Some Cases in Pydantic Settings
Issue -
State: closed - Opened by bolshakov about 2 months ago
- 2 comments
Labels: unconfirmed
#425 - nested_model_default_partial_update documentation isn't clear
Issue -
State: closed - Opened by slingshotvfx about 2 months ago
- 2 comments
Labels: unconfirmed
#424 - Allow to load a settings without validation
Issue -
State: closed - Opened by CharlesB2 2 months ago
- 3 comments
Labels: unconfirmed
#423 - Fix a regression in dotenv optional nested field
Pull Request -
State: closed - Opened by hramezani 2 months ago
- 3 comments
#422 - pydantic-settings new version can't handle scenario
Issue -
State: closed - Opened by hsuyuming 2 months ago
- 2 comments
Labels: bug, duplicate
#421 - Add SOPS settings source for secrets
Issue -
State: closed - Opened by pavelzw 2 months ago
- 2 comments
Labels: unconfirmed
#420 - Regression - .env nested optional model support
Issue -
State: closed - Opened by slingshotvfx 2 months ago
- 4 comments
Labels: bug
#419 - Regression of case sensitive environment variable support
Issue -
State: closed - Opened by slingshotvfx 2 months ago
- 7 comments
Labels: duplicate
#418 - Add `cli_flag_prefix_char` config option.
Pull Request -
State: closed - Opened by kschwab 2 months ago
- 1 comment
#417 - Fix context not passed to field validators bug
Pull Request -
State: closed - Opened by hramezani 2 months ago
#416 - support regex to load config that falls under the same roof
Issue -
State: closed - Opened by MarcBresson 2 months ago
- 2 comments
Labels: unconfirmed
#415 - Fix AzureKeyVaultSettingsSource problem in case of field with underscore
Pull Request -
State: closed - Opened by hramezani 2 months ago
#414 - Feature: Make argument flag configurable
Issue -
State: closed - Opened by guarin 2 months ago
- 5 comments
Labels: unconfirmed
#413 - PyprojectTomlConfigSettingsSource overwrite `toml_file` Path from `model_config`
Issue -
State: open - Opened by sbrugman 2 months ago
- 2 comments
Labels: feature request
#412 - AzureKeyVaultSettingsSource ignoring SettingsSource Priority
Issue -
State: closed - Opened by DavidRR-F 2 months ago
- 3 comments
Labels: bug
#411 - Fix nested model AliasChoices in validation alias
Pull Request -
State: closed - Opened by hramezani 2 months ago
#410 - reconsider adding Singleton option for BaseSettings
Issue -
State: closed - Opened by MarcBresson 2 months ago
- 4 comments
Labels: feature request
#409 - add an option to not validate a model if all configuration options it contains are empty
Issue -
State: closed - Opened by MarcBresson 2 months ago
- 2 comments
Labels: feature request
#408 - Order of alias given in AliasChoices yield different results
Issue -
State: closed - Opened by andlogreg 2 months ago
- 3 comments
Labels: bug
#407 - context not passed to field validators
Issue -
State: closed - Opened by aidanmontare-fed 2 months ago
- 5 comments
Labels: bug
#406 - Support dash-separated CLI arguments and underscore-separated ENV variables
Issue -
State: closed - Opened by andlogreg 2 months ago
- 4 comments
Labels: unconfirmed
#405 - Add `cli_ignore_unknown_args` config option.
Pull Request -
State: closed - Opened by kschwab 2 months ago
- 1 comment
#404 - Ignore unknown sys.argv
Issue -
State: closed - Opened by isc-patrick 2 months ago
- 5 comments
Labels: unconfirmed
#403 - Mypy plugin reports false positives and not existing lines
Issue -
State: open - Opened by febus982 2 months ago
- 4 comments
Labels: mypy
#402 - Fix PathType typing in case of sequence
Pull Request -
State: closed - Opened by just-maiyak 2 months ago
- 14 comments
#401 - Mypy reports error when passing a list to YamlConfigSettingsSource through yaml_file
Issue -
State: closed - Opened by just-maiyak 2 months ago
- 1 comment
Labels: unconfirmed
#400 - Fix nested model field with alias parsing
Pull Request -
State: closed - Opened by hramezani 2 months ago
#399 - Add AWS SSM Parameter Store support
Issue -
State: open - Opened by alukach 3 months ago
- 2 comments
Labels: unconfirmed
#398 - Parsing nested argument of type list fails with `cli_parse_args` and `alias_generator`
Issue -
State: closed - Opened by andlogreg 3 months ago
- 8 comments
Labels: bug
#397 - Prepare release 2.5.2
Pull Request -
State: closed - Opened by hramezani 3 months ago
#396 - Second fix for the TypeError bug introduced in 2.5
Pull Request -
State: closed - Opened by hramezani 3 months ago
- 3 comments
#395 - TypeError: issubclass() arg 1 must be a class for list[] config
Issue -
State: closed - Opened by duytrnq 3 months ago
- 5 comments
Labels: bug, duplicate
#394 - BaseSettings raises `TypeError` for set/frozenset config attributes in 2.5.0
Issue -
State: closed - Opened by daara-s 3 months ago
- 6 comments
Labels: duplicate
#393 - Prepare release 2.5.1
Pull Request -
State: closed - Opened by hramezani 3 months ago
#392 - Fix TypeError introduced in 2.5
Pull Request -
State: closed - Opened by hramezani 3 months ago
#391 - cli_parse_args issue
Issue -
State: closed - Opened by Sanchoyzer 3 months ago
- 7 comments
Labels: unconfirmed
#390 - `TypeError: issubclass() arg 1 must be a class` when upgrading to 2.5
Issue -
State: closed - Opened by antazoey 3 months ago
- 15 comments
Labels: bug
#389 - Add CLI App Support
Pull Request -
State: closed - Opened by kschwab 3 months ago
- 8 comments
#388 - Prepare release 2.5.0
Pull Request -
State: closed - Opened by hramezani 3 months ago
- 1 comment
#387 - Update pydantic to > 2.9.0
Pull Request -
State: closed - Opened by hramezani 3 months ago
- 1 comment
#386 - Fix dotenv settings source problem in handling extra variables with same prefix in name
Pull Request -
State: closed - Opened by hramezani 3 months ago
#385 - Add AwsSystemsManagerParameterStoreSettingsSource
Pull Request -
State: closed - Opened by alukach 3 months ago
- 4 comments
#384 - When a variable has the same two prefixes, the additional environment variable can't `allow` or `forbid`.
Issue -
State: closed - Opened by gbaian10 3 months ago
- 2 comments
Labels: bug
#383 - when call Settings() the pyright report missing argument
Issue -
State: closed - Opened by braindevices 3 months ago
- 1 comment
Labels: unconfirmed
#382 - is there a nightly release on pypi for this project?
Issue -
State: closed - Opened by braindevices 3 months ago
- 3 comments
Labels: unconfirmed
#381 - Type safe construction
Pull Request -
State: closed - Opened by sd274 3 months ago