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

Bump stravalib from 1.2.0 to 2.1 #284

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps stravalib from 1.2.0 to 2.1.

Release notes

Sourced from stravalib's releases.

v2.1

This release fixes a bunch of small bugs associated with stravalib 2.0. It looks like our changelog is not as current as it could be so below are the generated release notes with the full scope of changes!

What's Changed

New Contributors

Full Changelog: stravalib/stravalib@v2.0...v2.1

✨ Stravalib Release -- v2.0 ✨

v2.0.0

Attention users: breaking changes + many enhancements!

Major Changes in This Release

  1. Breaking: Added support for Pydantic 2.x; 1.x behavior is no longer supported. Refer to Pydantic’s V2 migration guide if you use extensions of Stravalib model classes or Pydantic’s serialization mechanisms (parse_obj(), dict(), json()).

  2. Removed deprecated (de-)serialization methods deserialize(), from_dict(), and to_dict(). Use Pydantic’s serialization mechanisms.

  3. Renamed unithelper module to unit_helper. Helper functions like feet() and miles() now return a Pint Quantity object.

  4. Introduced new types for distances, velocities, durations, and time zones. activity.distance now returns a Distance type. Retrieve distance in meters with activity.distance or as a Quantity using activity.distance.quantity.

Please see the migration guide in our docs for more details on the changes.

... (truncated)

Changelog

Sourced from stravalib's changelog.

Change Log

Unreleased

Added

  • Add: Add more information about how our mock fixture works (@​lwasser, #292)

Fixed

v2.1.0

Added

Fixed

Changed

Contributors to this release

@​yotam5 made their first contribution to stravalib! @​jsamoocha, @​lwasser, @​enadeau, @​yotam5

v2.0.0

Major Changes in This Release

  1. Breaking: Added support for Pydantic 2.x; 1.x behavior is no longer supported. Refer to Pydantic’s V2 migration guide

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch from d020d89 to 35e5262 Compare November 30, 2024 04:40
@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch 5 times, most recently from 748acad to 8a1d902 Compare December 2, 2024 14:32
@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch from 8a1d902 to c2f6db5 Compare December 8, 2024 05:38
@obscurerichard
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch 2 times, most recently from d554154 to 23335ca Compare December 8, 2024 22:33
@obscurerichard
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch 3 times, most recently from 0fa96a8 to f79d45d Compare December 19, 2024 05:49
@obscurerichard
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch from f79d45d to aa42891 Compare December 26, 2024 04:29
Copy link
Member

@obscurerichard obscurerichard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This, by itself, is not compatible with the current code base. We need to do some refactoring to make Freezing Saddles work with stravalib>=2.0

@obscurerichard
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch from aa42891 to 9c13311 Compare January 1, 2025 01:18
@dependabot dependabot bot changed the base branch from master to main January 3, 2025 17:06
@obscurerichard
Copy link
Member

@dependabot rebase

Bumps [stravalib](https://github.com/stravalib/stravalib) from 1.2.0 to 2.1.
- [Release notes](https://github.com/stravalib/stravalib/releases)
- [Changelog](https://github.com/stravalib/stravalib/blob/main/changelog.md)
- [Commits](stravalib/stravalib@v1.2.0...v2.1)

---
updated-dependencies:
- dependency-name: stravalib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/stravalib-2.1 branch from 9c13311 to 0f05fb9 Compare January 3, 2025 17:07
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 no-rush-on-this-one
Projects
Status: Changes Required
Development

Successfully merging this pull request may close these issues.

1 participant