Skip to content

Releases: cslab/functions-client

0.5.5

06 May 06:31

Choose a tag to compare

What's Changed

  • chore(deps): bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #11
  • chore(deps): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #10
  • chore(deps): bump urllib3 from 2.5.0 to 2.6.3 by @dependabot[bot] in #13
  • add hint about URL by @conlwi in #14
  • chore(deps-dev): bump pytest from 7.4.4 to 9.0.3 by @dependabot[bot] in #17
  • chore(deps): bump requests from 2.32.4 to 2.33.0 by @dependabot[bot] in #15
  • chore(deps): bump pygments from 2.19.1 to 2.20.0 by @dependabot[bot] in #16
  • fix: update environment variable pattern to be less restrictive by @jens-kuerten in #18

New Contributors

Full Changelog: 0.5.4...0.5.5

0.5.4

13 May 07:15

Choose a tag to compare

What's Changed

  • Fix: Constrained click to <8.2.0 to fix incompatibility with typer
  • Fix: Allow hyphens in environment variables

Full Changelog: 0.5.2...0.5.4

V0.5.2

31 May 07:48

Choose a tag to compare

Bugfixes:

  • Client no longer crashes when trying to create an environment that already exists.