Barahlush / vastai_client

This package provides a Python client for the Vast.ai GPU rent service, that allows to list, create, destroy GPU instances programmaticaly, using Python.
MIT License
4 stars 5 forks source link

Bump dacite from 1.7.0 to 1.8.0 #10

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps dacite from 1.7.0 to 1.8.0.

Release notes

Sourced from dacite's releases.

v1.8.0

Added

  • Performance improvements (multiple small changes)
  • Introduce cache functionality

Fixed

  • Fix set's casting
  • Use localns for get_type_hints instead of globalns

Thank you @​mciszczon for your outstanding work on this release 🙏

This release was supported by FLYR

Changelog

Sourced from dacite's changelog.

[1.8.0] - 2023-01-26

Added

  • Performance improvements (multiple small changes)
  • Introduce cache functionality

Fixed

  • Fix set's casting
  • Use localns for get_type_hints instead of globalns
Commits
  • c076b8c Bump version
  • 2fc75e6 Add logo to README.md
  • c831d57 Inline create_instance function
  • 732546f Create issue templates
  • 9291013 Run the most frequent path at the beginning of the is_instance function (#212)
  • e4fa1a7 Cache is_dataclass call
  • 21c17b4 Performance improvement - get rid of copy call (#211)
  • 9bf8fea Improve caching (#210)
  • cb0d943 Performance improvement - do not call custom is_instance if it's not necessary
  • 3c0e180 Introduce basic cache (#208)
  • 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 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)