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

Update dependency geoip2 to v5 #444

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geoip2 ^4.7.0 -> ^4.7.0 || ^5.0.0 age adoption passing confidence

Release Notes

maxmind/GeoIP2-python (geoip2)

v5.0.1: 5.0.1

Compare Source

  • Allow ip_address in the Traits record to be None again. The
    primary use case for this is from the minfraud package.

v5.0.0: 5.0.0

Compare Source

  • BREAKING: The raw attribute on the model classes has been replaced
    with a to_dict() method. This can be used to get a representation of
    the object that is suitable for serialization.
  • BREAKING: The ip_address property on the model classes now always returns
    a ipaddress.IPv4Address or ipaddress.IPv6Address.
  • BREAKING: The model and record classes now require all arguments other than
    locales and ip_address to be keyword arguments.
  • BREAKING: geoip2.mixins has been made internal. This normally would not
    have been used by external code.
  • IMPORTANT: Python 3.9 or greater is required. If you are using an older
    version, please use an earlier release.
  • metro_code on geoip2.record.Location has been deprecated. The
    code values are no longer being maintained.
  • The type hinting for the optional locales keyword argument now allows
    any sequence of strings rather than only list of strings.

Configuration

📅 Schedule: Branch creation - "* * * * 1-5" (UTC), 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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added dependencies Pull requests that update a dependency file python labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants