Skip to content

chore(deps): bump modal from 0.64.192 to 0.67.9#228

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.67.9
Closed

chore(deps): bump modal from 0.64.192 to 0.67.9#228
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/modal-0.67.9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 2, 2024

Copy link
Copy Markdown
Contributor

Bumps modal from 0.64.192 to 0.67.9.

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.67.7 (2024-11-29)

  • Fixed a bug where pointing modal run at a method on a Modal Cls would fail if the method was inherited from a parent.

0.67.0 (2024-11-27)

New minor client version 0.67.x comes with an internal data model change for how Modal creates functions for Modal classes. There are no breaking or backwards-incompatible changes with this release. All forward lookup scenarios (.lookup() of a 0.67 class from a pre 0.67 client) as well as backwards lookup scenarios (.lookup() of a pre 0.67 class from a 0.67 client) work, except for a 0.62 client looking up a 0.67 class (this maintains our current restriction of not being able to lookup a 0.63+ class from a 0.62 client).

0.66

0.66.49 (2024-11-26)

  • modal config set-environment will now raise if the requested environment does not exist.

0.66.45 (2024-11-26)

  • The modal launch CLI now accepts a --detach flag to run the App in detached mode, such that it will persist after the local client disconnects.

0.66.40 (2024-11-23)

  • Adds Image.add_local_file(..., copy=False) and Image.add_local_dir(..., copy=False) as a unified replacement for the old Image.copy_local_*() and Mount.add_local_* methods.

0.66.30 (2024-11-21)

  • Removed the aiostream package from the modal client library dependencies.

... (truncated)

Commits
  • 2a22253 [auto-commit] [skip ci] Bump the build number
  • 89698e5 Add minor version headers to changelog (#2593)
  • f43a1c0 [auto-commit] [skip ci] Bump the build number
  • 38ce1e3 Run pyupgrade for Py3.9+ (#2591)
  • 96d9b81 [auto-commit] [skip ci] Bump the build number
  • e06059d Fix modal run on class method defined on base of wrapped class (#2589)
  • 5be465c [auto-commit] [skip ci] Bump the build number
  • d4f8c25 Split add_object into add_function and add_class (#2586)
  • ef3dc18 [auto-commit] [skip ci] Bump the build number
  • 99a7dd7 CLI-271: Add X-Forwarded-For header to @​modal.web_server http requests (#2587)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [modal](https://github.com/modal-labs/modal-client) from 0.64.192 to 0.67.9.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.67.9)

---
updated-dependencies:
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 2, 2024
@dependabot @github

dependabot Bot commented on behalf of github Dec 3, 2024

Copy link
Copy Markdown
Contributor Author

Superseded by #229.

@dependabot dependabot Bot closed this Dec 3, 2024
@dependabot dependabot Bot deleted the dependabot/pip/modal-0.67.9 branch December 3, 2024 05:56
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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants