Skip to content

Comments

chore(deps): bump modal from 0.64.192 to 0.73.32#465

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.73.32
Open

chore(deps): bump modal from 0.64.192 to 0.73.32#465
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.73.32

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps modal from 0.64.192 to 0.73.32.

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.73.31 (2025-02-10)

  • Deprecate the GPU classes (gpu=A100(...) etc) in favor of just using strings (gpu="A100" etc)

0.73.26 (2025-02-10)

  • Adds a pending deprecation warning when looking up class methods using Function.from_name, e.g. Function.from_name("some_app", "SomeClass.some_method"). The recommended way to reference methods of classes is to look up the class instead: RemoteClass = Cls.from_name("some_app", "SomeClass")

0.73.25 (2025-02-09)

  • Fixes an issue introduced in 0.73.19 that prevented access to GPUs during image builds

0.73.18 (2025-02-06)

  • When using a parameterized class (with at least one modal.parameter() specified), class instantiation with an incorrect construction signature (wrong arguments or types) will now fail at the .remote() calling site instead of container startup for the called class.

0.73.14 (2025-02-04)

  • Fixed the status message shown in terminal logs for ephemeral Apps to accurately report the number of active containers.

0.73.11 (2025-02-04)

  • Warns users if the modal.Image of a Function/Cls doesn't include all the globally imported "local" modules (using .add_local_python_source()), and the user hasn't explicitly set an include_source value of True/False. This is in preparation for an upcoming deprecation of the current "auto mount" logic.

0.73.10 (2025-02-04)

... (truncated)

Commits
  • 20db6fd [auto-commit] [skip ci] Bump the build number
  • b3dec0b fix: raise InvalidError on invalid Sandbox CMDs (#2856)
  • 9d785ad [auto-commit] [skip ci] Bump the build number
  • 08cdea1 Deprecate old GPU classes (#2848)
  • 2d83b31 [auto-commit] [skip ci] Bump the build number
  • d5a1f0c Revert "Add deprecation warning when looking up methods" (#2855)
  • dd6d377 [auto-commit] [skip ci] Bump the build number
  • 9634185 Update from ruff v0.2.1 to ruff v0.9.6 (#2854)
  • 1336e09 [auto-commit] [skip ci] Bump the build number
  • 6a1f081 Merge pull request #2834 from modal-labs/freider/separate-partial-function
  • 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.73.32.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.73.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 11, 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 Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants