Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency environs to v14 #689

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
environs (changelog) 11.2.1 -> 14.1.0 age adoption passing confidence

Release Notes

sloria/environs (environs)

v14.1.0

Compare Source

Features:

  • Add prefix parameter to Env constructor (#​384).
    Thanks arthurc0102
    for the suggestion.
  • Re-export validate module from marshmallow (#​385).

Bug fixes:

  • Typing: Fix typing for Env.enum to allow by_value to be passed (#​386).

v14.0.0

Compare Source

Features:

from environs import env

Changes:

  • default values are expected to be their in their deserialized form.
    Backwards-incompatible: Passing serialized values to default
    is no longer supported.
from datetime import date, timedelta
import environs

v13.0.0

Compare Source

Features:

  • Typing: Add type hints for parser methods (#​367).
    Thanks OkeyDev for the PR.
  • Add by_value param to Env.enum. Pass by_value=True to parse Enum by values instead of names.

Other changes:

  • Drop support for marshmallow<3.18.0.
  • Backwards-incompatible: Remove load_default param from parser methods. Use default instead.
  • Backwards-incompatible: Rename Env.enum's type param to enum.
  • Backwards-incompatible: Remove ignore_case param from Env.enum.
  • Backwards-incompatible: Remove
    allow_none, error_messages, and metadata params from parser methods.

v12.0.0

Compare Source

Features:

  • Env.enum allows passing an Enum as default.

Other changes:

  • Support marshmallow 4.
  • Support Python 3.9-3.13.
  • Backwards-incompatible: Make Field classes private. Users should
    not need to access these.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/environs-14.x branch 2 times, most recently from d339e49 to 819b759 Compare January 11, 2025 20:22
@renovate renovate bot force-pushed the renovate/environs-14.x branch from 819b759 to 0a969c2 Compare January 11, 2025 20:39
@xoxys xoxys merged commit 52efccb into main Jan 11, 2025
5 checks passed
@renovate renovate bot deleted the renovate/environs-14.x branch January 11, 2025 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant