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.35.0 #319

Open dependabot[bot] opened 1 day ago

dependabot[bot] commented 1 day ago

Bumps anthropic from 0.34.1 to 0.35.0.

Release notes

Sourced from anthropic's releases.

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)
  • internal: bump pyright / mypy version (#662) (c03a71f)
  • internal: bump ruff (#660) (0a34018)
  • internal: update pydantic v1 compat helpers (#666) (ee8e2bd)
  • internal: use typing_extensions.overload instead of typing (#667) (153361d)
  • pyproject.toml formatting changes (#650) (4c229dc)

Documentation

  • fix typo in fenced code block language (#673) (a03414e)
  • improve and reference contributing documentation (#672) (5bd9690)
  • readme: add section on determining installed version (#655) (5898f42)
  • update CONTRIBUTING.md (#659) (2df25bf)

v0.34.2

0.34.2 (2024-09-04)

Full Changelog: v0.34.1...v0.34.2

Chores

Changelog

Sourced from anthropic's changelog.

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)
  • internal: update pydantic v1 compat helpers (#666) (ee8e2bd)
  • internal: use typing_extensions.overload instead of typing (#667) (153361d)
  • pyproject.toml formatting changes (#650) (4c229dc)

Documentation

  • fix typo in fenced code block language (#673) (a03414e)
  • improve and reference contributing documentation (#672) (5bd9690)
  • readme: add section on determining installed version (#655) (5898f42)
  • update CONTRIBUTING.md (#659) (2df25bf)

0.34.2 (2024-09-04)

Full Changelog: v0.34.1...v0.34.2

Chores

Commits
  • 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)
  • 1f057ce docs: fix typo in fenced code block language (#673)
  • 35bc93b docs: improve and reference contributing documentation (#672)
  • d90dcf7 feat(client): allow overriding retry count header (#670)
  • 15ea28e chore(internal): use typing_extensions.overload instead of typing (#667)
  • c59fafa chore(internal): update pydantic v1 compat helpers (#666)
  • 54913ce feat(client): send retry count header (#664)
  • 0cec2ff fix(client): handle domains with underscores (#663)
  • 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)