Latch

Latest version: v2.55.1

Safety actively analyzes 688823 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 38 of 38

2.11.1

Fixed

* LatchDir initialized with local path initialized to Path object fails on upload

2.11.0

Added

* Use best practices in `latch init` templates
+ `LatchOutputDir` used to indicate output location on Latch
+ Regex rules used to validate files
+ Splits tasks into files
+ Include empty template
+ Remove yaml metadata from docstring
+ Use messages in examples
+ Error handling
+ Add LICENSE file
+ Add README file
* Allow user to select template in GUI or pass flag
* Allow user to run `latch init .`

Fixed

* LatchDir type transformer bug with Annotated types
+ LatchOutputDir is fixed

2.10.1

Fixed

* Fixed issue with registering libraries containing nested imports used as
subclasses (eg. `torch` )

2.10.0

Added

* The `latch develop` command, and with it an ecosystem supporting local
development and faster debugging.
* The `latch cp` command now displays a x number of files out of n indicator
and displays which stage of the download is going on (network request to get
presigned urls vs downloading blob data).
* A new error that is thrown when there is an inconsistency between a
`LatchMetadata` object and its associated workflow's parameters.
* The function `get_secret` which allows users to reference secrets they've
uploaded to the Latch platform from within a workflow.

Deprecated

* The commands
+ `latch rm`,
+ `latch mkdir`, and
+ `latch touch`.
* The operators
+ `left_join`,
+ `right_join`,
+ `inner_join`,
+ `outer_join`,
+ `group_tuple`,
+ `latch_filter`, and
+ `combine`.

Removed

* Removed a broken SDK test (launching CRISPResso2)

Fixed

* `requests` library given higher version lower bound to fix warning with one of its dependencies
* `lytekit` version updated to
+ pin `numpy` to version `1.22` (breaking changes in later versions of this library)
+ have better behavior when downloading directories during local development
+ force retry on connection closed on file uploads (POST requests more generally)
* `latch get-params` will escape class attribute names (representation of Enum
type) if they are python keywords
* `latch preview` now requires a directory argument instead of a workflow name
argument, and now behaves consistently with regular parameter interface
generation.
* The crash reporter now prints stack traces of caught exceptions in the
correct order
* `latch develop` now throws an error when run on a workflow that hasn't been
registered yet.
* Reworked how internal configs are stored, eschewing a flat dictionary of API
endpoints in favor of a nested dataclass. This removes a small class of
potential mistakes arising from misspelling, and gives the benefit of IDE
intellisense.
* Made both configs singletons.

Page 38 of 38

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.