Skip to content

Commit

Permalink
Update dependency pydantic-settings to <2.2.2 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 23, 2024
1 parent c562ff4 commit c7d99a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
"logzero",
"orjson",
"pydantic[email]",
"pydantic-settings<2.2.0",
"pydantic-settings<2.2.2",
# This is not an ideal pin, but diue to the issue highlighted in https://github.com/pydantic/pydantic-settings/issues/245
# and the non-semver compliant versioning in pydantic-settings, we need to add this pin
# this version would change the API behaviour for nskit as it will also ignore additional
Expand Down

0 comments on commit c7d99a2

Please sign in to comment.