Skip to content

cachito-1.7.0

Compare
Choose a tag to compare
@taylormadore taylormadore released this 17 Mar 16:13
· 196 commits to master since this release

Minimum required Python version

  • 3.11

API changes

  • None

Bug Fixes

  • Dependency version updates to address CVEs:
    • Bump connexion to 2.14.2
    • Bump pydantic to 1.10.6

Incompatible changes

  • None

Improvements

  • Set 10 min network-timeout in .yarnrc files to decrease failure rate
  • Properly handle yarn workspaces
    • Allow file:<local-path> dependencies if <local-path> is a workspace
    • Do not fail when package.json / yarn.lock references a dependency which isn't locked in yarn.lock (it might be a workspace)
    • Report workspaces even if they're not present in yarn.lock
    • Identify non-dev dependencies of workspaces as non-dev
  • Properly handle <alias>@npm:<name> dependencies for yarn
    • See PYarn release 0.2.0