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 across 1 directory with 5 updates #1313

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on anthropic, groq, ruff, pre-commit and pyright to permit the latest version.
Updates anthropic from 0.42.0 to 0.43.1

Release notes

Sourced from anthropic's releases.

v0.43.1

0.43.1 (2025-01-17)

Full Changelog: v0.43.0...v0.43.1

Bug Fixes

  • docs: correct results return type (69ad511)

Chores

  • internal: bump pyright dependency (#822) (f8ddb90)
  • internal: fix lint (483cc27)
  • streaming: add runtime type check for better error messages (#826) (cf69e09)
  • types: add more discriminator metadata (#825) (d0de8e5)

v0.43.0

0.43.0 (2025-01-14)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: add message batch delete endpoint (#802) (9cf1e99)
  • beta: add streaming helpers for beta messages (#819) (d913ba3)

Bug Fixes

  • client: only call .close() when needed (#811) (21e0eb3)
  • correctly handle deserialising cls fields (#817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)

Chores

Documentation

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.43.1 (2025-01-17)

Full Changelog: v0.43.0...v0.43.1

Bug Fixes

  • docs: correct results return type (69ad511)

Chores

  • internal: bump pyright dependency (#822) (f8ddb90)
  • internal: fix lint (483cc27)
  • streaming: add runtime type check for better error messages (#826) (cf69e09)
  • types: add more discriminator metadata (#825) (d0de8e5)

0.43.0 (2025-01-14)

Full Changelog: v0.42.0...v0.43.0

Features

  • api: add message batch delete endpoint (#802) (9cf1e99)
  • beta: add streaming helpers for beta messages (#819) (d913ba3)

Bug Fixes

  • client: only call .close() when needed (#811) (21e0eb3)
  • correctly handle deserialising cls fields (#817) (60e56a5)
  • types: allow extra properties in input schemas (d0961c2)

Chores

Documentation

... (truncated)

Commits
  • af3912c release: 0.43.1
  • f5b5cb1 chore(streaming): add runtime type check for better error messages (#826)
  • 9182431 chore(types): add more discriminator metadata (#825)
  • 7c11805 chore(internal): fix lint
  • 3f76481 fix(docs): correct results return type
  • 5d7d416 chore(internal): bump pyright dependency (#822)
  • 758d324 release: 0.43.0
  • 48245c9 fix(types): allow extra properties in input schemas
  • 4cbd773 chore(internal): update deps (#820)
  • 7419fab feat(beta): add streaming helpers for beta messages (#819)
  • Additional commits viewable in compare view

Updates groq to 0.15.0

Release notes

Sourced from groq's releases.

v0.15.0

0.15.0 (2025-01-11)

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

Features

Bug Fixes

  • correctly handle deserialising cls fields (#174) (0b2e997)

Chores

Changelog

Sourced from groq's changelog.

0.15.0 (2025-01-11)

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

Features

Bug Fixes

  • correctly handle deserialising cls fields (#174) (0b2e997)

Chores

0.14.0 (2025-01-09)

Full Changelog: v0.13.1...v0.14.0

Features

Bug Fixes

  • client: only call .close() when needed (#169) (6a0ec57)

Chores

Documentation

  • readme: example snippet for client context manager (#161) (b7bfd15)

0.13.1 (2024-12-14)

... (truncated)

Commits

Updates ruff from 0.8.1 to 0.9.2

Release notes

Sourced from ruff's releases.

0.9.2

Release Notes

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.2

Preview features

  • [airflow] Fix typo "security_managr" to "security_manager" (AIR303) (#15463)
  • [airflow] extend and fix AIR302 rules (#15525)
  • [fastapi] Handle parameters with Depends correctly (FAST003) (#15364)
  • [flake8-pytest-style] Implement pytest.warns diagnostics (PT029, PT030, PT031) (#15444)
  • [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449)
  • [flake8-type-checking] Avoid false positives for | in TC008 (#15201)

Rule changes

  • [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519)
  • [pyflakes] Show syntax error message for F722 (#15523)

Formatter

  • Fix curly bracket spacing around f-string expressions containing curly braces (#15471)
  • Fix joining of f-strings with different quotes when using quote style Preserve (#15524)

Server

  • Avoid indexing the same workspace multiple times (#15495)
  • Display context for ruff.configuration errors (#15452)

Configuration

  • Remove flatten to improve deserialization error messages (#15414)

Bug fixes

  • Parse triple-quoted string annotations as if parenthesized (#15387)
  • [fastapi] Update Annotated fixes (FAST002) (#15462)
  • [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443)
  • [flake8-pathlib] Fix --select for os-path-dirname (PTH120) (#15446)
  • [ruff] Fix false positive on global keyword (RUF052) (#15235)

0.9.1

Preview features

  • [pycodestyle] Run too-many-newlines-at-end-of-file on each cell in notebooks (W391) (#15308)
  • [ruff] Omit diagnostic for shadowed private function parameters in used-dummy-variable (RUF052) (#15376)

Rule changes

  • [flake8-bugbear] Improve assert-raises-exception message (B017) (#15389)

Formatter

... (truncated)

Commits
  • 0a39348 Include build binaries
  • 027f800 Comment out non-npm-publish jobs
  • 425870d Upload npm publish logs when failed
  • c20255a Bump version to 0.9.2 (#15529)
  • 4203658 Fix joining of f-strings with different quotes when using quote style `Preser...
  • fc9dd63 [airflow] extend and fix AIR302 rules (#15525)
  • 79e52c7 [pyflakes] Show syntax error message for F722 (#15523)
  • cf4ab7c Parse triple quoted string annotations as if parenthesized (#15387)
  • d2656e8 [flake8-todos] Allow VSCode GitHub PR extension style links in `missing-tod...
  • c53ee60 Typeshed-sync workflow: add appropriate labels, link directly to failing run ...
  • 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.392.post0

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 [anthropic](https://github.com/anthropics/anthropic-sdk-python), [groq](https://github.com/groq/groq-python), [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 `anthropic` from 0.42.0 to 0.43.1
- [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.42.0...v0.43.1)

Updates `groq` to 0.15.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.15.0)

Updates `ruff` from 0.8.1 to 0.9.2
- [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.2)

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.392.post0
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.390...v1.1.392.post0)

---
updated-dependencies:
- 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: 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]>
Copy link

cloudflare-workers-and-pages bot commented Jan 20, 2025

Deploying instructor-py with  Cloudflare Pages  Cloudflare Pages

Latest commit: 509bea7
Status: ✅  Deploy successful!
Preview URL: https://2ea95092.instructor-py.pages.dev
Branch Preview URL: https://dependabot-pip-poetry-b90b21.instructor-py.pages.dev

View logs

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

Superseded by #1315.

@dependabot dependabot bot closed this Jan 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/poetry-b90b21f5fe branch January 21, 2025 21:32
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants