log10-io / log10

Python client library for improving your LLM app accuracy
https://log10.io
MIT License
96 stars 8 forks source link

Bump anthropic from 0.34.1 to 0.36.0 #325

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps anthropic from 0.34.1 to 0.36.0.

Release notes

Sourced from anthropic's releases.

v0.36.0

0.36.0 (2024-10-08)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: add message batches api (cd1ffcb)

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#676) (93d6eeb)

Chores

Refactors

v0.35.0

0.35.0 (2024-10-04)

Full Changelog: v0.34.2...v0.35.0

Features

  • api: support disabling parallel tool use (#674) (9079a99)
  • bedrock: add profile argument to client (#648) (6ea5fce)
  • client: allow overriding retry count header (#670) (1fb081f)
  • client: send retry count header (#664) (17c26d5)

Bug Fixes

  • client: handle domains with underscores (#663) (84ad451)
  • types: correctly mark stream discriminator as optional (#657) (2386f98)

Chores

  • add docstrings to raw response properties (#654) (35e6cf7)
  • internal: add support for parsing bool response content (#675) (0bbc0a3)

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.36.0 (2024-10-08)

Full Changelog: v0.35.0...v0.36.0

Features

  • api: add message batches api (cd1ffcb)

Bug Fixes

  • client: avoid OverflowError with very large retry counts (#676) (93d6eeb)

Chores

Refactors

0.35.0 (2024-10-04)

Full Changelog: v0.34.2...v0.35.0

Features

  • api: support disabling parallel tool use (#674) (9079a99)
  • bedrock: add profile argument to client (#648) (6ea5fce)
  • client: allow overriding retry count header (#670) (1fb081f)
  • client: send retry count header (#664) (17c26d5)

Bug Fixes

  • client: handle domains with underscores (#663) (84ad451)
  • types: correctly mark stream discriminator as optional (#657) (2386f98)

Chores

  • add docstrings to raw response properties (#654) (35e6cf7)
  • internal: add support for parsing bool response content (#675) (0bbc0a3)
  • internal: bump pyright / mypy version (#662) (c03a71f)
  • internal: bump ruff (#660) (0a34018)

... (truncated)

Commits
  • da840f1 release: 0.36.0
  • cf8702b feat(api): add message batches api
  • 3bffe7e refactor(types): improve metadata types (#682)
  • e83894f refactor(types): improve tool type names (#680)
  • 7d49992 refactor(types): improve tool type names (#679)
  • 5aa7d61 chore: add repr to PageInfo class (#678)
  • 2c0b7d0 fix(client): avoid OverflowError with very large retry counts (#676)
  • bbf9fc7 release: 0.35.0
  • bf315ab chore(internal): add support for parsing bool response content (#675)
  • 20f5224 feat(api): support disabling parallel tool use (#674)
  • 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 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)
dependabot[bot] commented 1 month ago

Superseded by #329.