Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-dependencies group with 2 updates #50

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps the python-dependencies group with 2 updates: openai and safetensors.

Updates openai from 0.28.1 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

Updates safetensors from 0.3.3 to 0.4.1

Release notes

Sourced from safetensors's releases.

v0.4.1rc1

What's Changed

New Contributors

Full Changelog: huggingface/safetensors@v0.3.2...v0.4.1rc1

v0.4.0

... (truncated)

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-dependencies group with 2 updates: [openai](https://github.com/openai/openai-python) and [safetensors](https://github.com/huggingface/safetensors).


Updates `openai` from 0.28.1 to 1.3.7
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v0.28.1...v1.3.7)

Updates `safetensors` from 0.3.3 to 0.4.1
- [Release notes](https://github.com/huggingface/safetensors/releases)
- [Changelog](https://github.com/huggingface/safetensors/blob/main/RELEASE.md)
- [Commits](huggingface/safetensors@v0.3.3...v0.4.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
- dependency-name: safetensors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
@EliahKagan EliahKagan marked this pull request as draft December 4, 2023 05:20
Copy link
Author

dependabot bot commented on behalf of github Dec 4, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 4, 2023
@dependabot dependabot bot deleted the dependabot/pip/python-dependencies-04c38e6eb7 branch December 4, 2023 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants