Skip to content

Bump the dev-dependencies group with 7 updates #247

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2025

Bumps the dev-dependencies group with 7 updates:

Package From To
cachetools 5.5.2 6.0.0
langchain-openai 0.3.17 0.3.18
langgraph 0.4.5 0.4.7
openai 1.79.0 1.82.0
pydantic 2.11.4 2.11.5
supabase 2.15.1 2.15.2
tweepy 4.14.0 4.15.0

Updates cachetools from 5.5.2 to 6.0.0

Changelog

Sourced from cachetools's changelog.

v6.0.0 (2025-05-23)

  • Require Python 3.9 or later (breaking change).

  • Remove MRUCache and the @func.mru_cache decorator (breaking change).

  • Add an optional condition parameter to the @cached and @cachedmethod decorators, which, when used with a threading.Condition instance, should improve cache stampede <https://en.wikipedia.org/wiki/Cache_stampede>_ issues in massively parallel environments. Note that this will inflict some performance penalty, and therefore has to be enabled explicitly.

  • Convert the cachetools.func decorators to use a threading.Condition instance to deal with cache stampede <https://en.wikipedia.org/wiki/Cache_stampede>_ issues. Note that this may result in a noticable performance degradation, depending on your actual use case.

  • Deprecate support for cache(self) returning None to suppress caching with the @cachedmethod decorator.

  • Improve documentation.

  • Update CI environment.

Commits
  • e497575 Release v6.0.0.
  • 0a8f391 Update related projects section.
  • 3afef37 Pre-release v6.0.0b4.
  • 34815dd Update documentation for v6.0.0.
  • 8854b50 Add intersphinx extension.
  • 0af4a07 Bump codecov/codecov-action from 5.4.0 to 5.4.2
  • ad42371 Merge pull request #349 from tkem/dependabot/github_actions/actions/setup-pyt...
  • 987c076 Bump actions/setup-python from 5.5.0 to 5.6.0
  • 27d0dce Add cache_condition wrapper attribute (and refactor a bit).
  • 37b5c12 Use class method attributes in tests.
  • Additional commits viewable in compare view

Updates langchain-openai from 0.3.17 to 0.3.18

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.18

Changes since langchain-openai==0.3.17

openai: release 0.3.18 (#31320) openai[patch]: relax Azure llm streaming callback test (#31319) openai[patch]: support built-in code interpreter and remote MCP tools (#31304) openai[patch]: run _tokenize in background thread in async embedding invocations (#31312) openai[patch]: update tests for strict schemas (#31306) openai[patch]: reduce tested constraints on strict schema adherence for Responses API (#31290) openai[patch]: compat with Bedrock Converse (#31280)

Commits
  • 0ce2e69 openai: release 0.3.18 (#31320)
  • 851fd43 openai[patch]: relax Azure llm streaming callback test (#31319)
  • 092697d infra: temporarily drop OpenAI from core release test matrix (#31318)
  • 71c074d core: release 0.3.61 (#31317)
  • 053a124 openai[patch]: support built-in code interpreter and remote MCP tools (#31304)
  • 1b5ffe4 openai[patch]: run _tokenize in background thread in async embedding invocati...
  • f164561 exa docs and python package update (#31307)
  • cf1fa27 docs: correct groq description typo (#31308)
  • beacedd openai[patch]: update tests for strict schemas (#31306)
  • 53d6286 Fix link to deprecation alternative for ConversationChain in docs (#31299)
  • Additional commits viewable in compare view

Updates langgraph from 0.4.5 to 0.4.7

Release notes

Sourced from langgraph's releases.

0.4.7

Changes since 0.4.6

  • 0.4.7
  • Fix stream mode not respected in subgraphs
  • Try to make test less flaky
  • Add tests for stream_events when using imperative api

0.4.6

Changes since 0.4.5

  • 0.4.6
  • Fix
  • Lint
  • Add sync test
  • Fix
  • Fix exception handling for imperative tasks
  • prebuilt: release 0.2.1 (#4801)
  • prebuilt: release 0.2.0 (#4793)
  • Code review
  • feat(langgraph): push_messages should directly write to the state
  • feat(graph): add push_message method to push manually to messages / message-tuple stream (#4722)
  • Add message state test
  • Apply same condition for stream_mode=values in suppress interrupt
  • Remove redundant cast
  • feat(graph): add push_message method to push manually to messages / message-tuple stream
  • Last uv.lock?
  • Only emit stream values chunks when the output channels have changed (#4774)
  • docs: fix example pregel reducer (#4740)
  • prebuilts hitl: fix branching logic + add structural snapshot tests (#4767)
  • docs: deferred nodes (#4759)
  • Remove local_write utility (#4751)
  • Print output for cached @​task functions (#4750)
  • Print output for cached @​task functions
  • sqlite: Add test for search with list filters (#4747)
  • sqlite: update list_namespaces with max_depth (#4746)
  • Update lockfile
  • docs: Clean up adjective use in readme (#4734)
  • SqliteStore (#3608)
  • ci: fix benchmark command (#4729)
  • docs: document tuples in streaming guides (#4690)
  • ci: migrate to uv! (#4698)
Commits

Updates openai from 1.79.0 to 1.82.0

Release notes

Sourced from openai's releases.

v1.82.0

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

v1.81.0

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

  • api: add container endpoint (054a210)

v1.80.0

1.80.0 (2025-05-21)

Full Changelog: v1.79.0...v1.80.0

Features

Chores

  • docs: grammar improvements (e746145)
Changelog

Sourced from openai's changelog.

1.82.0 (2025-05-22)

Full Changelog: v1.81.0...v1.82.0

Features

  • api: new streaming helpers for background responses (2a65d4d)

Bug Fixes

  • azure: mark images/edits as a deployment endpoint #2371 (5d1d5b4)

Documentation

  • readme: another async example fix (9ec8289)
  • readme: fix async example (37d0b25)

1.81.0 (2025-05-21)

Full Changelog: v1.80.0...v1.81.0

Features

  • api: add container endpoint (054a210)

1.80.0 (2025-05-21)

Full Changelog: v1.79.0...v1.80.0

Features

Chores

  • docs: grammar improvements (e746145)
Commits

Updates pydantic from 2.11.4 to 2.11.5

Release notes

Sourced from pydantic's releases.

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • 3a6aef4 Fix missing link in documentation
  • 0506b9c Fix light/dark mode documentation toggle
  • 58078c8 Fix typo in documentation
  • See full diff in compare view

Updates supabase from 2.15.1 to 2.15.2

Release notes

Sourced from supabase's releases.

v2.15.2

2.15.2 (2025-05-23)

Bug Fixes

Changelog

Sourced from supabase's changelog.

2.15.2 (2025-05-23)

Bug Fixes

Commits

Updates tweepy from 4.14.0 to 4.15.0

Release notes

Sourced from tweepy's releases.

4.15.0

  • Fix error "No module named 'imghdr'" due to removed package in Python 3.13+
  • Bump requests-oauthlib to allow v2
  • Drop support for Python 3.7 and 3.8
Changelog

Sourced from tweepy's changelog.

Version 4.15.0 (2025-01-15)

  • Fix error "No module named 'imghdr'" due to removed package in Python 3.13+
  • Bump requests-oauthlib to allow v2
  • Drop support for Python 3.7 and 3.8
Commits
  • 5913e74 Attemp to modernize build setup a bit and fix broken deploy
  • e00ffed Add changelog for 4.15.0
  • 353d331 Merge pull request #2179 from snarfed/requests-oauthlib-2
  • f7ced81 Update support Python version to 3.9 to 3.13
  • f6e7e23 Merge pull request #2205 from radarhere/master
  • 336bb53 Fallback to mimetypes if imghdr is not available
  • 1cd1f4e GitHub Actions: Test on Python 3.13 beta
  • 5b43f6b deps: bump requests-oauthlib to <3 to allow v2.0.0
  • 91a41c6 Merge pull request #2161 from pizzacat-0/master
  • 2c9ef05 fixed a typo
  • Additional commits viewable in compare view

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 dev-dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.2` | `6.0.0` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.17` | `0.3.18` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `0.4.5` | `0.4.7` |
| [openai](https://github.com/openai/openai-python) | `1.79.0` | `1.82.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` |
| [supabase](https://github.com/supabase/supabase-py) | `2.15.1` | `2.15.2` |
| [tweepy](https://github.com/tweepy/tweepy) | `4.14.0` | `4.15.0` |


Updates `cachetools` from 5.5.2 to 6.0.0
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.2...v6.0.0)

Updates `langchain-openai` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-openai==0.3.17...langchain-openai==0.3.18)

Updates `langgraph` from 0.4.5 to 0.4.7
- [Release notes](https://github.com/langchain-ai/langgraph/releases)
- [Commits](langchain-ai/langgraph@0.4.5...0.4.7)

Updates `openai` from 1.79.0 to 1.82.0
- [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.79.0...v1.82.0)

Updates `pydantic` from 2.11.4 to 2.11.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.4...v2.11.5)

Updates `supabase` from 2.15.1 to 2.15.2
- [Release notes](https://github.com/supabase/supabase-py/releases)
- [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md)
- [Commits](supabase/supabase-py@v2.15.1...v2.15.2)

Updates `tweepy` from 4.14.0 to 4.15.0
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.14.0...v4.15.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: openai
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: supabase
  dependency-version: 2.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: tweepy
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 26, 2025
@whoabuddy whoabuddy merged commit de35aee into staging May 26, 2025
1 check passed
@whoabuddy whoabuddy deleted the dependabot/pip/staging/dev-dependencies-93609904da branch May 26, 2025 17: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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant