ks6088ts-labs / workshop-azure-openai

Workshop for Azure OpenAI Service
https://hub.docker.com/repository/docker/ks6088ts/workshop-azure-openai/tags
MIT License
5 stars 1 forks source link

Bump openai from 1.43.1 to 1.47.1 #142

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps openai from 1.43.1 to 1.47.1.

Release notes

Sourced from openai's releases.

v1.47.1

1.47.1 (2024-09-23)

Full Changelog: v1.47.0...v1.47.1

Bug Fixes

  • pydantic v1: avoid warnings error (1e8e7d1)

v1.47.0

1.47.0 (2024-09-20)

Full Changelog: v1.46.1...v1.47.0

Features

  • client: send retry count header (21b0c00)

Chores

  • types: improve type name for embedding models (#1730) (4b4eb2b)

v1.46.1

1.46.1 (2024-09-19)

Full Changelog: v1.46.0...v1.46.1

Bug Fixes

Chores

  • streaming: silence pydantic model_dump warnings (#1722) (30f84b9)

v1.46.0

1.46.0 (2024-09-17)

Full Changelog: v1.45.1...v1.46.0

Features

  • client: add ._request_id property to object responses (#1707) (8b3da05)

Documentation

  • readme: add examples for chat with image content (#1703) (192b8f2)

... (truncated)

Changelog

Sourced from openai's changelog.

1.47.1 (2024-09-23)

Full Changelog: v1.47.0...v1.47.1

Bug Fixes

  • pydantic v1: avoid warnings error (1e8e7d1)

1.47.0 (2024-09-20)

Full Changelog: v1.46.1...v1.47.0

Features

  • client: send retry count header (21b0c00)

Chores

  • types: improve type name for embedding models (#1730) (4b4eb2b)

1.46.1 (2024-09-19)

Full Changelog: v1.46.0...v1.46.1

Bug Fixes

Chores

  • streaming: silence pydantic model_dump warnings (#1722) (30f84b9)

1.46.0 (2024-09-17)

Full Changelog: v1.45.1...v1.46.0

Features

  • client: add ._request_id property to object responses (#1707) (8b3da05)

Documentation

  • readme: add examples for chat with image content (#1703) (192b8f2)

1.45.1 (2024-09-16)

Full Changelog: v1.45.0...v1.45.1

... (truncated)

Commits
  • 89e5a01 release: 1.47.1
  • 5b2dbcd fix(pydantic v1): avoid warnings error
  • 45315a7 release: 1.47.0
  • eab2e5a chore(types): improve type name for embedding models (#1730)
  • 3765cc2 feat(client): send retry count header
  • 6172976 release: 1.46.1
  • bd1e9e2 fix(client): handle domains with underscores (#1726)
  • 349b7f6 chore(streaming): silence pydantic model_dump warnings (#1722)
  • bcf9fcc release: 1.46.0
  • 4b30234 feat(client): add ._request_id property to object responses (#1707)
  • 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 2 weeks ago

Superseded by #145.