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 pytorch-lightning requirement from <1.8.5,>=1.6 to >=1.6,<1.8.7 #47

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2022

Updates the requirements on pytorch-lightning to permit the latest version.

Release notes

Sourced from pytorch-lightning's releases.

Weekly patch release

App

Added

  • Added partial support for fastapi Request annotation in configure_api handlers (#16047)
  • Added a nicer UI with URL and examples for the autoscaler component (#16063)
  • Enabled users to have more control over scaling out/in intervals (#16093)
  • Added more datatypes to the serving component (#16018)
  • Added work.delete method to delete the work (#16103)
  • Added display_name property to LightningWork for the cloud (#16095)
  • Added ColdStartProxy to the AutoScaler (#16094)
  • Added status endpoint, enable ready (#16075)
  • Implemented ready for components (#16129)

Changed

  • The default start_method for creating Work processes locally on macOS is now 'spawn' (previously 'fork') (#16089)
  • The utility lightning.app.utilities.cloud.is_running_in_cloud now returns True during the loading of the app locally when running with --cloud (#16045)
  • Updated Multinode Warning (#16091)
  • Updated app testing (#16000)
  • Changed overwrite to True (#16009)
  • Simplified messaging in cloud dispatch (#16160)
  • Added annotations endpoint (#16159)

Fixed

  • Fixed PythonServer messaging "Your app has started" (#15989)
  • Fixed auto-batching to enable batching for requests coming even after the batch interval but is in the queue (#16110)
  • Fixed a bug where AutoScaler would fail with min_replica=0 (#16092
  • Fixed a non-thread safe deepcopy in the scheduler (#16114)
  • Fixed HTTP Queue sleeping for 1 sec by default if no delta was found (#16114)
  • Fixed the endpoint info tab not showing up in the AutoScaler UI (#16128)
  • Fixed an issue where an exception would be raised in the logs when using a recent version of streamlit (#16139)
  • Fixed e2e tests (#16146)

Full Changelog: Lightning-AI/pytorch-lightning@1.8.5.post0...1.8.6

Commits

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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 21, 2022

The following labels could not be found: ci.

Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@1.6.0...1.8.6)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-pytorch-lightning-gte-1.6-and-lt-1.8.7 branch from 55957a6 to a6a3fcf Compare January 4, 2023 09:53
@thomasgaudelet thomasgaudelet merged commit dccfc76 into main Jan 5, 2023
@dependabot dependabot bot deleted the dependabot-pip-pytorch-lightning-gte-1.6-and-lt-1.8.7 branch January 5, 2023 09:41
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.

None yet

1 participant