Skip to content

Bump the dev-dependencies group with 6 updates #242

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 19, 2025

Bumps the dev-dependencies group with 6 updates:

Package From To
langchain-community 0.3.23 0.3.24
langchain-openai 0.3.16 0.3.17
langgraph 0.4.3 0.4.5
openai 1.78.1 1.79.0
python-telegram-bot 22.0 22.1
sqlalchemy 2.0.40 2.0.41

Updates langchain-community from 0.3.23 to 0.3.24

Commits
  • b8c454b langchain: release 0.3.24 (#30959)
  • a43df00 Support of openai reasoning summary streaming (#30909)
  • 0f6fa34 Community: Valyu Integration docs (#30926)
  • e8a84b0 Community: Adding tool calling and some new parameters to the langchain-predi...
  • 8574442 core[patch]: release 0.3.55 (#30952)
  • 920d504 fireworks[patch]: update model in LLM integration tests (#30951)
  • 1f30545 community: fix cost calculations for 4.1 and o4 in OpenAI callback (#30899)
  • 589bc19 anthropic[patch]: make description optional on AnthropicTool (#30935)
  • 27296bd core: Make Graph.Node.data optional (#30943)
  • 0e9d0db docs: dynamic copyright year in API ref (#30944)
  • Additional commits viewable in compare view

Updates langchain-openai from 0.3.16 to 0.3.17

Release notes

Sourced from langchain-openai's releases.

langchain-openai==0.3.17

Changes since langchain-openai==0.3.16

openai: release 0.3.17 (#31246) openai: support runtime kwargs in embeddings (#31195) openai: ignore function_calls if tool_calls are present (#31198) partners: (langchain-openai) total_tokens should not add 'Nonetype' t… (#31146) Replace deprecated .dict() with .model_dump() for Pydantic v2 compatibility (#31107)

Commits

Updates langgraph from 0.4.3 to 0.4.5

Release notes

Sourced from langgraph's releases.

0.4.5

Changes since 0.4.4

  • langgraph: release 0.4.5 (#4709)
  • Improve how we match cached writes for async imperative tasks (#4691)
  • Lint
  • Improve how we match cached writes for async imperative tasks

0.4.4

Changes since 0.4.3

  • langgraph: release 0.4.4 (#4704)
  • update for consistency
  • lint again
  • use list
  • lint + update
  • update
  • update
  • update
  • langgraph: fix drawing graph with root channel
  • langgraph: fix graph drawing for self-loops
  • Merge branch 'main' into clean
  • [Proposal] add gitmcp badge for simple LLM-accessible documentation (#4502)
  • Change LG Cloud > Platform
  • Fix invalid channels error message (#4357)
  • docs: remove unused annotation comments in readmes (#4656)
  • docs: General language cleanup (#4649)
  • [docs] LangGraph / LangGraph Platform docs updates (#4479)
  • Port checkpointer/store fixtures in langgraph-prebuilt to idiomatic pattern (#4629)
  • Extend all tests using InMemorySaver to use all available checkpointers (#4627)
  • Implement update_state for functional api (#4626)
  • More idiomatic sync/async checkpointer fixtures in pytest (#4624)
  • More idiomatic sync/async store fixtures in pytest (#4617)
  • Overload clear method to delete all when called without args
  • Limit depth
  • Extend all tests using InMemorySaver to use all available checkpointers
  • Implement update_state for functional api
  • Fix
  • More idiomatic sync/async checkpointer fixtures in pytest
  • Move to sep file
  • More idiomatic sync/async store fixtures in pytest
  • Lint
  • Lint
  • Move FileCache to sqlite package, add InMemoryCache
  • Add clear cache methods
  • Remove refresh
  • Add namespace to cache keys
  • Lint
  • Lint
  • Lint

... (truncated)

Commits

Updates openai from 1.78.1 to 1.79.0

Release notes

Sourced from openai's releases.

v1.79.0

1.79.0 (2025-05-16)

Full Changelog: v1.78.1...v1.79.0

Features

  • api: further updates for evals API (32c99a6)
  • api: manual updates (25245e5)
  • api: responses x eval api (fd586cb)
  • api: Updating Assistants and Evals API schemas (98ba7d3)

Bug Fixes

  • fix create audio transcription endpoint (e9a89ab)

Chores

  • ci: fix installation instructions (f26c5fc)
  • ci: upload sdks to package manager (861f105)
Changelog

Sourced from openai's changelog.

1.79.0 (2025-05-16)

Full Changelog: v1.78.1...v1.79.0

Features

  • api: further updates for evals API (32c99a6)
  • api: manual updates (25245e5)
  • api: responses x eval api (fd586cb)
  • api: Updating Assistants and Evals API schemas (98ba7d3)

Bug Fixes

  • fix create audio transcription endpoint (e9a89ab)

Chores

  • ci: fix installation instructions (f26c5fc)
  • ci: upload sdks to package manager (861f105)
Commits
  • 5bc7307 release: 1.79.0
  • 66a0b8d feat(api): further updates for evals API
  • e5de794 fix: fix create audio transcription endpoint
  • 4ebfd51 feat(api): Updating Assistants and Evals API schemas
  • d776534 feat(api): manual updates
  • 28d60d9 feat(api): responses x eval api
  • 1701df1 chore(ci): fix installation instructions
  • 98925ce chore(ci): upload sdks to package manager
  • See full diff in compare view

Updates python-telegram-bot from 22.0 to 22.1

Release notes

Sourced from python-telegram-bot's releases.

v22.1

We've just released v22.1. Thank you to everyone who contributed to this release. As usual, upgrade using pip install -U python-telegram-bot.

The release notes can be found here.

Commits

Updates sqlalchemy from 2.0.40 to 2.0.41

Release notes

Sourced from sqlalchemy's releases.

2.0.41

Released: May 14, 2025

platform

  • [platform] [bug] Adjusted the test suite as well as the ORM's method of scanning classes for annotations to work under current beta releases of Python 3.14 (currently 3.14.0b1) as part of an ongoing effort to support the production release of this Python release. Further changes to Python's means of working with annotations is expected in subsequent beta releases for which SQLAlchemy's test suite will need further adjustments.

    References: #12405

engine

  • [engine] [bug] The error message that is emitted when a URL cannot be parsed no longer includes the URL itself within the error message.

    References: #12579

typing

  • [typing] [bug] Removed __getattr__() rule from sqlalchemy/__init__.py that appeared to be trying to correct for a previous typographical error in the imports. This rule interferes with type checking and is removed.

    References: #12588

postgresql

  • [postgresql] [usecase] Added support for postgresql_include keyword argument to _schema.UniqueConstraint and _schema.PrimaryKeyConstraint. Pull request courtesy Denis Laxalde.

    References: #10665

mysql

  • [mysql] [bug] Fixed regression caused by the DEFAULT rendering changes in version 2.0.40 via #12425 where using lowercase on update in a MySQL server default would incorrectly apply parenthesis, leading to errors when MySQL interpreted the rendered DDL. Pull request courtesy Alexander Ruehe.

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

| Package | From | To |
| --- | --- | --- |
| [langchain-community](https://github.com/langchain-ai/langchain) | `0.3.23` | `0.3.24` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `0.3.16` | `0.3.17` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `0.4.3` | `0.4.5` |
| [openai](https://github.com/openai/openai-python) | `1.78.1` | `1.79.0` |
| [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) | `22.0` | `22.1` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.40` | `2.0.41` |


Updates `langchain-community` from 0.3.23 to 0.3.24
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.3.23...langchain==0.3.24)

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

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

Updates `openai` from 1.78.1 to 1.79.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.78.1...v1.79.0)

Updates `python-telegram-bot` from 22.0 to 22.1
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Commits](python-telegram-bot/python-telegram-bot@v22.0...v22.1)

Updates `sqlalchemy` from 2.0.40 to 2.0.41
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

---
updated-dependencies:
- dependency-name: langchain-community
  dependency-version: 0.3.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: langchain-openai
  dependency-version: 0.3.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: langgraph
  dependency-version: 0.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: openai
  dependency-version: 1.79.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: python-telegram-bot
  dependency-version: '22.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: sqlalchemy
  dependency-version: 2.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 19, 2025
@human058382928 human058382928 merged commit 7639cb7 into staging May 22, 2025
1 check passed
@human058382928 human058382928 deleted the dependabot/pip/staging/dev-dependencies-ef0bf3dd0a branch May 22, 2025 03: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