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 wandb requirement from <0.18.1,>=0.17.4 to >=0.17.4,<0.18.2 #437

Merged
merged 1 commit into from
Sep 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2024

Updates the requirements on wandb to permit the latest version.

Release notes

Sourced from wandb's releases.

v0.18.1

What's Changed

Fixed

Changed

Changelog

Sourced from wandb's changelog.

[0.18.1] - 2024-09-16

Fixed

Changed

[0.18.0] - 2024-09-11

Added

Fixed

Changed

  • The new "core" backend, previously activated using wandb.require("core"), is now used by default. To revert to the legacy behavior, add wandb.require("legacy-service") at the beginning of your script. Note: In the upcoming minor release, the option to disable this new behavior will be removed (@​kptkin in wandb/wandb#7777)

[0.17.9] - 2024-09-05

Changed

  • Changed the default system metrics sampling interval to 10 seconds without averaging, while allowing custom intervals via wandb.init(settings=wandb.Settings(_stats_sampling_interval=...)) (@​dmitryduev in wandb/wandb#8208)

Deprecated

  • define_metric(summary='best', goal=...) is deprecated and soon will be removed, use define_metric(summary='min') or define_metric(summary='min') instead (@​kptkin in wandb/wandb#8219)

[0.17.8] - 2024-08-28

Added

Fixed

... (truncated)

Commits
  • 4452e6c Bump version and update CHANGELOG for release 0.18.1
  • 6aecfd2 chore: update min targe macos version (#8407)
  • f7ae9df chore: bump minimal version of the apple stats (#8406)
  • 733b476 revert: "chore(deps): bump docker/setup-qemu-action from 2 to 3 in /.github/w...
  • 12a9766 revert: "chore(deps): bump actions/upload-artifact from 3 to 4 in /.github/wo...
  • f08581f revert: "chore(deps): bump actions/download-artifact from 3 to 4 in /.github/...
  • 434c49c fix: set the resumed status correctly when resuming a run (#8397)
  • bf137c9 chore(sdk): fix merge conflict in CHANGELOG.md from #8362 (#8401)
  • bfdc88e refactor(sdk): always capture tag in tensorboard logs (#8400)
  • 656dc55 fix(artifacts): set cache file permissions to read/write by all users (core) ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version.
- [Release notes](https://github.com/wandb/wandb/releases)
- [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md)
- [Commits](wandb/wandb@v0.17.4...v0.18.1)

---
updated-dependencies:
- dependency-name: wandb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2024
@github-actions github-actions bot enabled auto-merge September 22, 2024 23:59
@github-actions github-actions bot merged commit 59c316d into main Sep 23, 2024
4 checks passed
@github-actions github-actions bot deleted the dependabot/pip/wandb-gte-0.17.4-and-lt-0.18.2 branch September 23, 2024 00:02
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants