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 gha group across 1 directory with 8 updates #2615

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps the gha group with 8 updates in the /packages/traceloop-sdk directory:

Package From To
pydantic 2.10.5 2.10.6
deprecated 1.2.15 1.2.18
posthog 3.8.3 3.11.0
flake8 7.0.0 7.1.1
openai 1.59.7 1.61.1
vcrpy 6.0.2 7.0.0
pytest-asyncio 0.23.8 0.25.3
anthropic 0.25.9 0.45.2

Updates pydantic from 2.10.5 to 2.10.6

Release notes

Sourced from pydantic's releases.

v2.10.6 2025-01-23

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.10.5...v2.10.6

Changelog

Sourced from pydantic's changelog.

v2.10.6 (2025-01-23)

GitHub release

What's Changed

Fixes

Commits

Updates deprecated from 1.2.15 to 1.2.18

Release notes

Sourced from deprecated's releases.

v1.2.18

What's Changed

Full Changelog: laurent-laporte-pro/deprecated@v1.2.17...v1.2.18

v1.2.17

What's Changed

Full Changelog: laurent-laporte-pro/deprecated@v1.2.16...v1.2.17

v1.2.16

What's Changed

New Contributors

Full Changelog: laurent-laporte-pro/deprecated@v1.2.15...v1.2.16

Changelog

Sourced from deprecated's changelog.

v1.2.18 (2024-01-25)

This version does not bring any change in the source code, but fixes the build anomaly on Fedora (Packit).

The package must be published on PyPi using twine <https://pypi.org/project/twine/>_ to correctly deal with the license file.

v1.2.17 (2024-01-25)

Bug fix release

v1.2.16 (2025-01-24)

Bug fix release

Fix

  • Fix #78: Fix configuration for Packit 1.0.0

  • Fix #79: Fix the configuration for the intersphinx mapping in the Sphinx documentation. See How to link to other documentation projects with Intersphinx <https://docs.readthedocs.io/en/stable/guides/intersphinx.html>_.

Other

  • Drop support for Python older than 3.7 in GitHub Actions.
Commits
  • 3f67ca7 v1.2.18 (#84)
  • a849abb Prepare next version 1.2.18 (2025-01-27)
  • 3b9b829 v1.2.17 (#82)
  • 4d9d9b0 docs: upgrade version number in SVG image
  • 2fd777d fix: enhance documentation and build configuration: update versioning, fixes,...
  • 134010f Merge branch 'hotfix/1.2.17' into bugfix/read-the-docs
  • 2ea4b77 docs: Update CHANGELOG.rst
  • 9e35588 Prepare next version 1.2.17 (unreleased)
  • d8c62db build: correct bump2version configuration
  • 0becad0 build: update bump2version configuration to update version number in SVG image
  • Additional commits viewable in compare view

Updates posthog from 3.8.3 to 3.11.0

Changelog

Sourced from posthog's changelog.

3.11.0 - 2025-01-28

  1. Add the $ai_span event to the LangChain callback handler to capture the input and output of intermediary chains.

    LLM observability naming change: event property $ai_trace_name is now $ai_span_name.

  2. Fix serialiazation of Pydantic models in methods.

3.10.0 - 2025-01-24

  1. Add $ai_error and $ai_is_error properties to LangChain callback handler, OpenAI, and Anthropic.

3.9.3 - 2025-01-23

  1. Fix capturing of multiple traces in the LangChain callback handler.

3.9.2 - 2025-01-22

  1. Fix importing of LangChain callback handler under certain circumstances.

3.9.0 - 2025-01-22

  1. Add $ai_trace event emission to LangChain callback handler.

3.8.4 - 2025-01-17

  1. Add Anthropic support for LLM Observability.
  2. Update LLM Observability to use output_choices.
Commits
  • 8f43bbc feat(llm-observability): LangChain spans (#176)
  • eb07aaf fix: serialize pydantic models (#177)
  • 0f8b10b feat(ai): add error handling to python ai sdk (#174)
  • 45dc933 fix(llm-observability): parallel traces (#172)
  • 2835af4 fix: Actually fix LangChain callback in posthoganalytics
  • 54506e5 fix: Account for import posthog in posthoganalytics release (#171)
  • bcf5b27 chore: bump (#170)
  • 0b6ff2e feat(llm-observability): LangChain tracing, with LangGraph tests (#169)
  • 80f0b3e fix(llm-observability): capture system prompt for anthropic (#167)
  • d1e2218 Feat: Add Anthropic to Python SDK (#165)
  • Additional commits viewable in compare view

Updates flake8 from 7.0.0 to 7.1.1

Commits

Updates openai from 1.59.7 to 1.61.1

Release notes

Sourced from openai's releases.

v1.61.1

1.61.1 (2025-02-05)

Full Changelog: v1.61.0...v1.61.1

Bug Fixes

  • api/types: correct audio duration & role types (#2091) (afcea48)
  • cli/chat: only send params when set (#2077) (688b223)

Chores

v1.61.0

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

v1.60.2

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

... (truncated)

Changelog

Sourced from openai's changelog.

1.61.1 (2025-02-05)

Full Changelog: v1.61.0...v1.61.1

Bug Fixes

  • api/types: correct audio duration & role types (#2091) (afcea48)
  • cli/chat: only send params when set (#2077) (688b223)

Chores

1.61.0 (2025-01-31)

Full Changelog: v1.60.2...v1.61.0

Features

Bug Fixes

  • types: correct metadata type + other fixes (12b87a4)

Chores

Documentation

1.60.2 (2025-01-27)

Full Changelog: v1.60.1...v1.60.2

Bug Fixes

  • parsing: don't validate input tools in the asynchronous .parse() method (6fcfe73)

1.60.1 (2025-01-24)

... (truncated)

Commits

Updates vcrpy from 6.0.2 to 7.0.0

Release notes

Sourced from vcrpy's releases.

v7.0.0

What's Changed

- Drop support for python 3.8 (major version bump) - thanks @jairhenrique
- Various linting and test fixes - thanks @jairhenrique
- Bugfix for urllib2>=2.3.0 - missing version_string ([#888](https://github.com/kevin1024/vcrpy/issues/888))
- Bugfix for asyncio.run - thanks @alekeik1

New Contributors

Changelog

Sourced from vcrpy's changelog.

Changelog

For a full list of triaged issues, bugs and PRs and what release they are targeted for please see the following link.

ROADMAP MILESTONES <https://github.com/kevin1024/vcrpy/milestones>_

All help in providing PRs to close out bug issues is appreciated. Even if that is providing a repo that fully replicates issues. We have very generous contributors that have added these to bug issues which meant another contributor picked up the bug and closed it out.

  • 7.0.0

  • 6.0.2

  • 6.0.1

    • Bugfix with to Tornado cassette generator (thanks @​graingert)
  • 6.0.0

    • BREAKING: Fix issue with httpx support (thanks @​parkerhancock) in #784. NOTE: You may have to recreate some of your cassettes produced in previous releases due to the binary format being saved incorrectly in previous releases
    • BREAKING: Drop support for boto (vcrpy still supports boto3, but is dropping the deprecated boto support in this release. (thanks @​jairhenrique)
    • Fix compatibility issue with Python 3.12 (thanks @​hartwork)
    • Drop simplejson (fixes some compatibility issues) (thanks @​jairhenrique)
    • Run CI on Python 3.12 and PyPy 3.9-3.10 (thanks @​mgorny)
    • Various linting and docs improvements (thanks @​jairhenrique)
    • Tornado fixes (thanks @​graingert)
  • 5.1.0

  • 5.0.0

    • BREAKING CHANGE: Drop support for Python 3.7. 3.7 is EOL as of 6/27/23 Thanks @​jairhenrique
    • BREAKING CHANGE: Custom Cassette persisters no longer catch ValueError. If you have implemented a custom persister (has anyone implemented a custom persister? Let us know!) then you will need to throw a CassetteNotFoundError when unable to find a cassette. See #681 for discussion and reason for this change. Thanks @​amosjyng for the PR and the review from @​hartwork
  • 4.4.0

    • HUGE thanks to @​hartwork for all the work done on this release!
    • Bring vcr/unittest in to vcrpy as a full feature of vcr instead of a separate library. Big thanks to @​hartwork for doing this and to @​agriffis for originally creating the library
    • Make decompression robust towards already decompressed input (thanks @​hartwork)

... (truncated)

Commits
  • 3278619 Release v7.0.0
  • 3fb62e0 fix: correctly handle asyncio.run when loop exists
  • 8197865 build(deps): update sphinx requirement from <8 to <9
  • be651bd pre-commit: Autoupdate
  • a6698ed Fix aiohttp tests
  • 48d0a2e Fixed missing version_string attribute when used with urllib3>=2.3.0
  • 5b858b1 Fix lint
  • c8d99a9 Fix ruff configuration
  • ce27c63 Merge pull request #736 from kevin1024/drop-python38
  • ab8944d Drop python 3.8 support
  • Additional commits viewable in compare view

Updates pytest-asyncio from 0.23.8 to 0.25.3

Release notes

Sourced from pytest-asyncio's releases.

pytest-asyncio 0.25.3

  • Avoid errors in cleanup of async generators when event loop is already closed #1040

pytest-asyncio 0.25.2

  • Call loop.shutdown_asyncgens() before closing the event loop to ensure async generators are closed in the same manner as asyncio.run does #1034

pytest-asyncio 0.25.1

  • Fixes an issue that caused a broken event loop when a function-scoped test was executed in between two tests with wider loop scope #950
  • Improves test collection speed in auto mode #1020
  • Corrects the warning that is emitted upon redefining the event_loop fixture

pytest-asyncio 0.25.0

0.25.0 (2024-12-13)

  • Deprecated: Added warning when asyncio test requests async @pytest.fixture in strict mode. This will become an error in a future version of flake8-asyncio. #979
  • Updates the error message about pytest.mark.asyncio's scope keyword argument to say loop_scope instead. #1004
  • Verbose log displays correct parameter name: asyncio_default_fixture_loop_scope #990
  • Propagates contextvars set in async fixtures to other fixtures and tests on Python 3.11 and above. #1008

pytest-asyncio 0.24.0

0.24.0 (2024-08-22)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #862 #668

pytest-asyncio 0.24.0a1

0.24.0 (UNRELEASED)

  • BREAKING: Updated minimum supported pytest version to v8.2.0
  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
  • Fixes a bug that caused module-scoped async fixtures to fail when reused in other modules #862 #668

pytest-asyncio 0.24.0a0

0.24.0 (UNRELEASED)

  • Adds an optional loop_scope keyword argument to pytest.mark.asyncio. This argument controls which event loop is used to run the marked async test. #706, #871
  • Deprecates the optional scope keyword argument to pytest.mark.asyncio for API consistency with pytest_asyncio.fixture. Users are encouraged to use the loop_scope keyword argument, which does exactly the same.
  • Raises an error when passing scope or loop_scope as a positional argument to @pytest.mark.asyncio. #812
Commits
  • 7c50192 fix: Avoid errors in cleanup of async generators when event loop is already c...
  • 2188cdb build: Prepare release of v0.25.2.
  • c3ad634 fix: Shutdown generators before closing event loops.
  • e8ffb10 [pre-commit.ci] pre-commit autoupdate
  • aae43d4 Build(deps): Bump hypothesis in /dependencies/default
  • 941e8b5 Build(deps): Bump pygments from 2.18.0 to 2.19.1 in /dependencies/docs
  • 623ab74 docs: Prepare release of v0.25.1.
  • c236550 docs: Fix broken link to the pytest.mark.asyncio reference.
  • 41c645b fix: Correct warning message when redefining the event_loop fixture.
  • 2fd10f8 docs: Clarify deprecation of event_loop fixture.
  • Additional commits viewable in compare view

Updates anthropic from 0.25.9 to 0.45.2

Release notes

Sourced from anthropic's releases.

v0.45.2

0.45.2 (2025-01-27)

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

  • streaming: avoid invalid deser type error (#845) (72a2585)

v0.45.1

0.45.1 (2025-01-27)

Full Changelog: v0.45.0...v0.45.1

Bug Fixes

Chores

v0.45.0

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

v0.44.0

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

... (truncated)

Changelog

Sourced from anthropic's changelog.

0.45.2 (2025-01-27)

Full Changelog: v0.45.1...v0.45.2

Bug Fixes

  • streaming: avoid invalid deser type error (#845) (72a2585)

0.45.1 (2025-01-27)

Full Changelog: v0.45.0...v0.45.1

Bug Fixes

Chores

0.45.0 (2025-01-23)

Full Changelog: v0.44.0...v0.45.0

Features

Chores

0.44.0 (2025-01-21)

Full Changelog: v0.43.1...v0.44.0

Features

Bug Fixes

  • tests: make test_get_platform less flaky (#830) (f2c10ca)

Chores

... (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 gha group with 8 updates in the /packages/traceloop-sdk directory:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.5` | `2.10.6` |
| [deprecated](https://github.com/laurent-laporte-pro/deprecated) | `1.2.15` | `1.2.18` |
| [posthog](https://github.com/posthog/posthog-python) | `3.8.3` | `3.11.0` |
| [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.1` |
| [openai](https://github.com/openai/openai-python) | `1.59.7` | `1.61.1` |
| [vcrpy](https://github.com/kevin1024/vcrpy) | `6.0.2` | `7.0.0` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.8` | `0.25.3` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.25.9` | `0.45.2` |



Updates `pydantic` from 2.10.5 to 2.10.6
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.5...v2.10.6)

Updates `deprecated` from 1.2.15 to 1.2.18
- [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases)
- [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst)
- [Commits](laurent-laporte-pro/deprecated@v1.2.15...v1.2.18)

Updates `posthog` from 3.8.3 to 3.11.0
- [Release notes](https://github.com/posthog/posthog-python/releases)
- [Changelog](https://github.com/PostHog/posthog-python/blob/master/CHANGELOG.md)
- [Commits](PostHog/posthog-python@v3.8.3...v3.11.0)

Updates `flake8` from 7.0.0 to 7.1.1
- [Commits](PyCQA/flake8@7.0.0...7.1.1)

Updates `openai` from 1.59.7 to 1.61.1
- [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.59.7...v1.61.1)

Updates `vcrpy` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/kevin1024/vcrpy/releases)
- [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst)
- [Commits](kevin1024/vcrpy@v6.0.2...v7.0.0)

Updates `pytest-asyncio` from 0.23.8 to 0.25.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.25.3)

Updates `anthropic` from 0.25.9 to 0.45.2
- [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.45.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gha
- dependency-name: posthog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: openai
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: vcrpy
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: gha
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
- dependency-name: anthropic
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: gha
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2025
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Feb 5, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2025

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

@dependabot dependabot bot closed this Feb 6, 2025
@dependabot dependabot bot deleted the dependabot/pip/packages/traceloop-sdk/gha-f561a4eda2 branch February 6, 2025 13: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 size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants