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

chore(deps): bump the poetry group with 8 updates #1381

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Updates the requirements on openai, pydantic-core, anthropic, groq, aiohappyeyeballs, ruff, pre-commit and pyright to permit the latest version.
Updates openai from 1.65.3 to 1.65.4

Release notes

Sourced from openai's releases.

v1.65.4

1.65.4 (2025-03-05)

Full Changelog: v1.65.3...v1.65.4

Bug Fixes

  • api: add missing file rank enum + more metadata (#2164) (0387e48)
Changelog

Sourced from openai's changelog.

1.65.4 (2025-03-05)

Full Changelog: v1.65.3...v1.65.4

Bug Fixes

  • api: add missing file rank enum + more metadata (#2164) (0387e48)
Commits

Updates pydantic-core from 2.27.2 to 2.31.1

Release notes

Sourced from pydantic-core's releases.

v2.31.1 2025-03-06

What's Changed

Full Changelog: pydantic/pydantic-core@v2.31.0...v2.31.1

v2.31.0 2025-03-05

What's Changed

Packaging

Performance

Fixes

Full Changelog: pydantic/pydantic-core@v2.30.0...v2.31.0

v2.30.0 2025-02-25

What's Changed

New Contributors

Full Changelog: pydantic/pydantic-core@v2.29.0...v2.30.0

... (truncated)

Commits

Updates anthropic from 0.47.2 to 0.49.0

Release notes

Sourced from anthropic's releases.

v0.49.0

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

v0.48.0

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

Changelog

Sourced from anthropic's changelog.

0.49.0 (2025-02-28)

Full Changelog: v0.48.0...v0.49.0

Features

  • api: add support for disabling tool calls (#888) (bfde3d2)

Chores

Documentation

  • update URLs from stainlessapi.com to stainless.com (#885) (312364b)

0.48.0 (2025-02-27)

Full Changelog: v0.47.2...v0.48.0

Features

  • api: add URL source blocks for images and PDFs (#884) (e6b3a70)

Documentation

Commits

Updates groq to 0.18.0

Release notes

Sourced from groq's releases.

v0.18.0

0.18.0 (2025-02-05)

Full Changelog: v0.17.0...v0.18.0

Features

Chores

  • internal: bummp ruff dependency (#190) (61678fc)
  • internal: change default timeout to an int (#188) (348e152)
Changelog

Sourced from groq's changelog.

0.18.0 (2025-02-05)

Full Changelog: v0.17.0...v0.18.0

Features

Chores

  • internal: bummp ruff dependency (#190) (61678fc)
  • internal: change default timeout to an int (#188) (348e152)

0.17.0 (2025-02-03)

Full Changelog: v0.16.0...v0.17.0

Features

0.16.0 (2025-01-29)

Full Changelog: v0.15.0...v0.16.0

Features

Chores

Documentation

0.15.0 (2025-01-11)

Full Changelog: v0.14.0...v0.15.0

Features

... (truncated)

Commits

Updates aiohappyeyeballs from 2.4.8 to 2.5.0

Release notes

Sourced from aiohappyeyeballs's releases.

v2.5.0 (2025-03-06)

Features

  • Add callback for users to customize socket creation (#147, 8e1bc6a)

Co-authored-by: Kieren


Detailed Changes: v2.4.8...v2.5.0

Changelog

Sourced from aiohappyeyeballs's changelog.

v2.5.0 (2025-03-06)

Features

  • Add callback for users to customize socket creation (#147) (8e1bc6a)
Commits

Updates ruff from 0.8.1 to 0.9.9

Release notes

Sourced from ruff's releases.

0.9.9

Release Notes

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

Contributors

Install ruff 0.9.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.9.9/ruff-installer.ps1 | iex"

Download ruff 0.9.9

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.9

Preview features

  • Fix caching of unsupported-syntax errors (#16425)

Bug fixes

  • Only show unsupported-syntax errors in editors when preview mode is enabled (#16429)

0.9.8

Preview features

  • Start detecting version-related syntax errors in the parser (#16090)

Rule changes

  • [pylint] Mark fix unsafe (PLW1507) (#16343)
  • [pylint] Catch case np.nan/case math.nan in match statements (PLW0177) (#16378)
  • [ruff] Add more Pydantic models variants to the list of default copy semantics (RUF012) (#16291)

Server

  • Avoid indexing the project if configurationPreference is editorOnly (#16381)
  • Avoid unnecessary info at non-trace server log level (#16389)
  • Expand ruff.configuration to allow inline config (#16296)
  • Notify users for invalid client settings (#16361)

Configuration

  • Add per-file-target-version option (#16257)

Bug fixes

  • [refurb] Do not consider docstring(s) (FURB156) (#16391)
  • [flake8-self] Ignore attribute accesses on instance-like variables (SLF001) (#16149)
  • [pylint] Fix false positives, add missing methods, and support positional-only parameters (PLE0302) (#16263)
  • [flake8-pyi] Mark PYI030 fix unsafe when comments are deleted (#16322)

Documentation

  • Fix example for S611 (#16316)
  • Normalize inconsistent markdown headings in docstrings (#16364)
  • Document MSRV policy (#16384)

0.9.7

Preview features

... (truncated)

Commits
  • 091d0af Bump version to Ruff 0.9.9 (#16434)
  • 3d72138 Check LinterSettings::preview for version-related syntax errors (#16429)
  • 4a23756 Avoid caching files with unsupported syntax errors (#16425)
  • af62f79 Prioritize "bug" label for changelog sections (#16433)
  • 0ced8d0 [flake8-copyright] Add links to applicable options (CPY001) (#16421)
  • a8e171f Fix string-length limit in documentation for PYI054 (#16432)
  • cf83584 Show version-related syntax errors in the playground (#16419)
  • 764aa0e Allow passing ParseOptions to inline tests (#16357)
  • 568cf88 Bump version to 0.9.8 (#16414)
  • 040071b [red-knot] Ignore surrounding whitespace when looking for `<!-- snapshot-diag...
  • Additional commits viewable in compare view

Updates pre-commit from 4.0.1 to 4.1.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.1.0

Features

Fixes

Changelog

Sourced from pre-commit's changelog.

4.1.0 - 2025-01-20

Features

Fixes

Commits
  • b152e92 v4.1.0
  • c3125a4 Merge pull request #3389 from lorenzwalthert/dev-always-unset-renv
  • c2c061c fix: ensure env patch is applied for vanilla emulation
  • cd429db Merge pull request #3382 from pre-commit/pre-commit-ci-update-config
  • 9b9f8e2 [pre-commit.ci] pre-commit autoupdate
  • 86300a4 Merge pull request #3376 from pre-commit/r-gone
  • 77edad8 install r on ubuntu runners
  • 18b3939 Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest
  • 31cb945 Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...
  • 28c3d81 update .net tests to use .net 8
  • Additional commits viewable in compare view

Updates pyright from 1.1.390 to 1.1.396

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

Updates the requirements on [openai](https://github.com/openai/openai-python), [pydantic-core](https://github.com/pydantic/pydantic-core), [anthropic](https://github.com/anthropics/anthropic-sdk-python), [groq](https://github.com/groq/groq-python), [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs), [ruff](https://github.com/astral-sh/ruff), [pre-commit](https://github.com/pre-commit/pre-commit) and [pyright](https://github.com/RobertCraigie/pyright-python) to permit the latest version.

Updates `openai` from 1.65.3 to 1.65.4
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.65.3...v1.65.4)

Updates `pydantic-core` from 2.27.2 to 2.31.1
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.27.2...v2.31.1)

Updates `anthropic` from 0.47.2 to 0.49.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.47.2...v0.49.0)

Updates `groq` to 0.18.0
- [Release notes](https://github.com/groq/groq-python/releases)
- [Changelog](https://github.com/groq/groq-python/blob/main/CHANGELOG.md)
- [Commits](groq/groq-python@v0.4.2...v0.18.0)

Updates `aiohappyeyeballs` from 2.4.8 to 2.5.0
- [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
- [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
- [Commits](aio-libs/aiohappyeyeballs@v2.4.8...v2.5.0)

Updates `ruff` from 0.8.1 to 0.9.9
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.1...0.9.9)

Updates `pre-commit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.1...v4.1.0)

Updates `pyright` from 1.1.390 to 1.1.396
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.396)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: anthropic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: groq
  dependency-type: direct:production
  dependency-group: poetry
- dependency-name: aiohappyeyeballs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pre-commit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: poetry
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
Copy link

cloudflare-workers-and-pages bot commented Mar 6, 2025

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: aed64b6
Status:🚫  Build failed.

View logs

@dependabot dependabot bot added the python Pull requests that update python code label Mar 6, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 7, 2025

Superseded by #1383.

@dependabot dependabot bot closed this Mar 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/poetry-5db844fd93 branch March 7, 2025 21:59
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