promplate / demo

A simple python server with @promplate. Best practise for prompt engineering applications.
https://demo.promplate.dev/redoc
MIT License
1 stars 0 forks source link

chore(deps): update anthropic requirement from ~=0.31.1 to ~=0.32.0 #115

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on anthropic to permit the latest version.

Release notes

Sourced from anthropic's releases.

v0.32.0

0.32.0 (2024-07-29)

Full Changelog: v0.31.2...v0.32.0

Features

  • add back compat alias for InputJsonDelta (25a5b6c)

Bug Fixes

  • change signatures for the stream function (c9eb11b)
  • client: correctly apply client level timeout for messages (#615) (5f8d88f)

Chores

Refactors

  • extract model out to a named type and rename partialjson (#612) (c53efc7)
Changelog

Sourced from anthropic's changelog.

0.32.0 (2024-07-29)

Full Changelog: v0.31.2...v0.32.0

Features

  • add back compat alias for InputJsonDelta (25a5b6c)

Bug Fixes

  • change signatures for the stream function (c9eb11b)
  • client: correctly apply client level timeout for messages (#615) (5f8d88f)

Chores

Refactors

  • extract model out to a named type and rename partialjson (#612) (c53efc7)

0.31.2 (2024-07-17)

Full Changelog: v0.31.1...v0.31.2

Bug Fixes

  • vertex: also refresh auth if there is no token (4a8d02d)
  • vertex: correct request options in retries (460547b)

Chores

  • docs: minor update to formatting of API link in README (#594) (113b6ac)
  • internal: update formatting (#597) (565dfcd)
  • tests: faster bedrock retry tests (4ff067f)

0.31.1 (2024-07-15)

Full Changelog: v0.31.0...v0.31.1

Bug Fixes

  • bedrock: correct request options for retries (#593) (f68c81d)

... (truncated)

Commits
  • 9e37bce release: 0.32.0
  • 7770906 fix(client): correctly apply client level timeout for messages (#615)
  • 44bb26c chore(internal): add type construction helper (#613)
  • d83a4d6 fix: change signatures for the stream function
  • 70f3f5c feat: add back compat alias for InputJsonDelta
  • c862398 refactor: extract model out to a named type and rename partialjson (#612)
  • 9b7757b chore(tests): update prism version (#607)
  • cbc7205 chore: sync spec (#605)
  • 281debc chore(docs): document how to do per-request http client customization (#603)
  • fda45a6 release: 0.31.2
  • Additional commits viewable in compare view


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 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)