mindriddler / discord-bot

Discord bot
GNU General Public License v3.0
2 stars 1 forks source link

Bump openai from 1.3.4 to 1.3.7 #160

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps openai from 1.3.4 to 1.3.7.

Release notes

Sourced from openai's releases.

v1.3.7

1.3.7 (2023-12-01)

Full Changelog: v1.3.6...v1.3.7

Bug Fixes

  • client: correct base_url setter implementation (#919) (135d9cf)
  • client: don't cause crashes when inspecting the module (#897) (db029a5)
  • client: ensure retried requests are closed (#902) (e025e6b)

Chores

  • internal: add tests for proxy change (#899) (71a13d0)
  • internal: remove unused type var (#915) (4233bcd)
  • internal: replace string concatenation with f-strings (#908) (663a8f6)
  • internal: replace string concatenation with f-strings (#909) (caab767)

Documentation

v1.3.6

1.3.6 (2023-11-28)

Full Changelog: v1.3.5...v1.3.6

Chores

  • deps: bump mypy to v1.7.1 (#891) (11fcb2a)
  • internal: send more detailed x-stainless headers (#877) (69e0549)

Documentation

v1.3.5

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

Bug Fixes

  • azure: ensure custom options can be passed to copy (#858) (05ca0d6)

... (truncated)

Changelog

Sourced from openai's changelog.

1.3.7 (2023-12-01)

Full Changelog: v1.3.6...v1.3.7

Bug Fixes

  • client: correct base_url setter implementation (#919) (135d9cf)
  • client: don't cause crashes when inspecting the module (#897) (db029a5)
  • client: ensure retried requests are closed (#902) (e025e6b)

Chores

  • internal: add tests for proxy change (#899) (71a13d0)
  • internal: remove unused type var (#915) (4233bcd)
  • internal: replace string concatenation with f-strings (#908) (663a8f6)
  • internal: replace string concatenation with f-strings (#909) (caab767)

Documentation

1.3.6 (2023-11-28)

Full Changelog: v1.3.5...v1.3.6

Bug Fixes

  • client: add support for streaming binary responses (#866) (2470d25)

Chores

Documentation

1.3.5 (2023-11-21)

Full Changelog: v1.3.4...v1.3.5

... (truncated)

Commits
  • e369566 release: 1.3.7
  • f6f38a9 fix(client): correct base_url setter implementation (#919)
  • 4d9ece0 chore(internal): remove unused type var (#915)
  • 104e5a5 chore(internal): replace string concatenation with f-strings (#909)
  • 6817fcd chore(internal): replace string concatenation with f-strings (#908)
  • fb5ba01 docs(readme): update example snippets (#907)
  • bcfbab7 docs: fix typo in readme (#904)
  • 7aad340 fix(client): ensure retried requests are closed (#902)
  • 2e7e897 chore(internal): add tests for proxy change (#899)
  • 84c85bd fix(client): don't cause crashes when inspecting the module (#897)
  • 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 9 months ago

Superseded by #166.