-
Notifications
You must be signed in to change notification settings - Fork 868
chore(deps-dev): bump the gha group across 1 directory with 6 updates #3589
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
base: main
Are you sure you want to change the base?
chore(deps-dev): bump the gha group across 1 directory with 6 updates #3589
Conversation
Bumps the gha group with 6 updates in the /packages/traceloop-sdk directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.12` | | [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `1.0.0` | `1.1.1` | | [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) | `0.26.5` | `0.53.0` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `7.0.0` | `8.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `1.3.0` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.25.9` | `0.76.0` | Updates `ruff` from 0.14.11 to 0.14.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/commits) Updates `pytest-sugar` from 1.0.0 to 1.1.1 - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](Teemu/pytest-sugar@v1.0.0...v1.1.1) Updates `datamodel-code-generator` from 0.26.5 to 0.53.0 - [Release notes](https://github.com/koxudaxi/datamodel-code-generator/releases) - [Changelog](https://github.com/koxudaxi/datamodel-code-generator/blob/main/CHANGELOG.md) - [Commits](koxudaxi/datamodel-code-generator@0.26.5...0.53.0) Updates `vcrpy` from 7.0.0 to 8.1.1 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v7.0.0...v8.1.1) Updates `pytest-asyncio` from 0.23.8 to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v1.3.0) Updates `anthropic` from 0.25.9 to 0.76.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.25.9...v0.76.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: gha - dependency-name: pytest-sugar dependency-version: 1.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: datamodel-code-generator dependency-version: 0.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha - dependency-name: vcrpy dependency-version: 8.1.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: gha - dependency-name: anthropic dependency-version: 0.76.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: gha ... Signed-off-by: dependabot[bot] <[email protected]>
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Looks good to me! 👍
Reviewed everything up to 438083a in 1 minute and 5 seconds. Click for details.
- Reviewed
30lines of code in1files - Skipped
1files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. packages/traceloop-sdk/pyproject.toml:75
- Draft comment:
Bump of pytest-sugar to 1.1.1 adds new features (e.g., Playwright trace support). Confirm that the updated reporter behavior is compatible with your test suite. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is related to a dependency change, specifically the bump of pytest-sugar to version 1.1.1. The comment asks the PR author to confirm compatibility with their test suite, which violates the rule against asking for confirmation or verification of behavior. Therefore, this comment should be removed.
2. packages/traceloop-sdk/pyproject.toml:80
- Draft comment:
The version range for datamodel-code-generator is widened to <0.54.0. This release has breaking changes in parser signatures and custom templates. Verify any custom parser/template code is updated. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%The comment is discussing a dependency change, specifically the version range fordatamodel-code-generator. It mentions breaking changes in parser signatures and custom templates, and advises verifying custom parser/template code is updated. This is related to dependencies, which the rules specify should not be commented on unless it's about confirming intentionality or a specific suggestion. This comment does not fit those criteria.
3. packages/traceloop-sdk/pyproject.toml:84
- Draft comment:
vcrpy version range is increased to support v8.x releases. Double-check that all usage (especially async contexts) works with v8.1.x. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is asking the PR author to double-check compatibility with a new version of a dependency, which violates the rule against asking for confirmation or double-checking. It does not provide a specific suggestion or point out a specific issue.
4. packages/traceloop-sdk/pyproject.toml:87
- Draft comment:
pytest-asyncio is updated to a major new version. Check that test async fixtures and event loop handling are compatible with v1.3.0. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is about a dependency update, specificallypytest-asyncio, and suggests checking compatibility with the new version. It doesn't provide a specific suggestion or point out a specific issue in the code. It falls under the rule of not commenting on dependency changes unless it's a recognized issue or specific suggestion.
5. packages/traceloop-sdk/pyproject.toml:88
- Draft comment:
anthropic SDK is updated significantly. Review integration for any breaking changes introduced in versions up to 0.76.0. - Reason this comment was not posted:
Comment did not seem useful. Confidence is useful =0%<= threshold50%This comment is asking the PR author to review for breaking changes, which is similar to asking them to ensure the behavior is intended or to double-check things. It doesn't provide a specific suggestion or point out a specific issue in the code.
Workflow ID: wflow_OlAbPNVpOE9oVDLz
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Bumps the gha group with 6 updates in the /packages/traceloop-sdk directory:
0.14.110.14.121.0.01.1.10.26.50.53.07.0.08.1.10.23.81.3.00.25.90.76.0Updates
rufffrom 0.14.11 to 0.14.12Changelog
Sourced from ruff's changelog.
Commits
Updates
pytest-sugarfrom 1.0.0 to 1.1.1Release notes
Sourced from pytest-sugar's releases.
Changelog
Sourced from pytest-sugar's changelog.
Commits
8133503Release pytest-sugar 1.1.16798042Fix conflict with other Pytest plugins (#297)43bbdd0Release pytest-sugar 1.1.0855d661Feature - Playwright Support for Trace Zip Mapping (#296)2a5862aMerge pull request #293 from cgoldberg/add-py313ca26d98Add support for Python 3.1369989ebClarify license as BSD 3-Clause License3c86a5cMerge pull request #289 from deronnax/remove-packaging-depc123be0remove 'packaging' packageefafd9cMerge pull request #282 from penguinpee/mainUpdates
datamodel-code-generatorfrom 0.26.5 to 0.53.0Release notes
Sourced from datamodel-code-generator's releases.
... (truncated)
Changelog
Sourced from datamodel-code-generator's changelog.
... (truncated)
Commits
a6a7b04Fix bug in handling of graphql empty list defaults (#2948)838b2a0Fix array RootModel default value handling in parser (#2963)e717208Fix allOf array property merging to preserve child $ref (#2962)ae89a00Add GenerateConfig lazy import from top-level module (#2961)88c7fe4Fix required list fields ignoring empty default values (#2958)4cbf3bfFix RootModel default value not being applied (#2960)aa088d6Add --use-closed-typed-dict option to control PEP 728 TypedDict generation (#...98f3a48Fix IndexError when using --reuse-scope=tree with single file output (#2954)fa1fc11fix: move UnionMode import outside TYPE_CHECKING for Pydantic runtime… (#2950)4decf36Add comprehensive feature metadata to schema version dataclasses (#2946)Updates
vcrpyfrom 7.0.0 to 8.1.1Release notes
Sourced from vcrpy's releases.
Changelog
Sourced from vcrpy's changelog.
... (truncated)
Commits
9b58663Release v8.1.13780f58build(deps): bump peter-evans/create-pull-request from 7 to 8 (#969)1b70394Split sync and async HTTPX handlers (#965)ca4b1e1Merge pull request #960 from kevin1024/precommit-autoupdateb122b5cRelease v8.1.04883e3eMigrate to declarative Python package config (#767)5678b13Fix ruff SIM117: use combined with statement48f5f84Fix ruff linting issues in aiohttp tests31d8c34aiohttp: Allow bothdataandjsonarguments (#624)b28316aEnable brotli decompression if it is available (#620)Updates
pytest-asynciofrom 0.23.8 to 1.3.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
2e9695fdocs: Compile changelog for v1.3.0dd0e9badocs: Reference correct issue in news fragment.4c31abeBuild(deps): Bump nh3 from 0.3.1 to 0.3.213e9477Link to migration guides from changelog4d2cf3ctests: handle Python 3.14 DefaultEventLoopPolicy deprecation warningsee3549btest: Remove obsolete test for the event_loop fixture.7a67c82tests: Fix failing test by preventing warning conversion to error.a17b689test: add pytest config to isolated test directories18afc9dfix(tests): replace runpytest_subprocess with runpytestcdc6bd1Add support for pytest 9 and drop Python 3.9 supportUpdates
anthropicfrom 0.25.9 to 0.76.0Release notes
Sourced from anthropic's releases.
... (truncated)
Changelog
Sourced from anthropic's changelog.
... (truncated)
Commits
9b5ab24release: 0.76.0e638d2efeat(client): add support for binary request streaming939a9aacodegen metadata1fb3773fix(client): loosen auth header validation103dd1fchore(ci): Add Claude Code GitHub Workflow (#1293)b9d03ebchore(internal): add--fixargument to lint script0e15b87fix: use async_to_httpx_files in patch method981bbc7chore(internal): add missing files argument to base client9d2a4cccodegen metadatac7f9600codegen metadataDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsImportant
Update development dependencies in
traceloop-sdkto latest versions for improved compatibility and features.pytest-sugarupdated from 1.0.0 to 1.1.1.datamodel-code-generatorupdated from 0.26.5 to 0.53.0.vcrpyupdated from 7.0.0 to 8.1.1.pytest-asyncioupdated from 0.23.8 to 1.3.0.anthropicupdated from 0.25.9 to 0.76.0.pyproject.tomlinpackages/traceloop-sdkdirectory.This description was created by
for 438083a. You can customize this summary. It will automatically update as commits are pushed.