Skip to content

chore(deps): bump the python-deps with 12 updates - #45

Merged
zurfjereluhmie merged 1 commit into
mainfrom
dependabot/uv/python-deps-eda89d9679
May 4, 2026
Merged

chore(deps): bump the python-deps with 12 updates#45
zurfjereluhmie merged 1 commit into
mainfrom
dependabot/uv/python-deps-eda89d9679

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-deps group with 11 updates in the / directory:

Package From To
arize-phoenix 13.19.2 14.15.0
click 8.3.2 8.3.3
langgraph 1.1.6 1.1.9
openinference-instrumentation-langchain 0.1.62 0.1.63
openinference-instrumentation-openai 0.1.44 0.1.45
hypothesis 6.152.1 6.152.3
pre-commit 4.5.1 4.6.0
ruff 0.15.10 0.15.12
ty 0.0.29 0.0.32
langchain-openai 1.1.12 1.2.1
openai 2.31.0 2.32.0

Updates arize-phoenix from 13.19.2 to 14.15.0

Release notes

Sourced from arize-phoenix's releases.

arize-phoenix: v14.15.0

14.15.0 (2026-04-26)

Features

  • app: add sessions_ux flag with Turns/Traces toggle (#12826) (e9cadd5)
  • skills: add phoenix-skills-audit skill and weekly GHA (#12863) (3d6cc81)

Bug Fixes

  • server: require auth for custom provider credential test (SSRF) (#12870) (8c68957)

Documentation

arize-phoenix: v14.14.0

14.14.0 (2026-04-24)

Features

arize-phoenix: v14.13.0

14.13.0 (2026-04-24)

Features

  • Add a dedicated span notes column and clean up annotation selection (#12789) (ec6565e)
  • add trace note REST endpoint for Phoenix CLI (#12710) (ed66c02)
  • phoenix-otel: re-export openinference helpers, decorators, and semconv (#12844) (23576da)
  • ui: add trace notes column to spans table (#12847) (c83d9ec)

Bug Fixes

Documentation

  • Add Phoenix release notes for 04-16-2026 through 04-22-2026 (#12806) (5a8f5c8)
  • adopt phoenix.otel re-exports for manual instrumentation (#12853) (833c189)
  • fill 4 HIGH gaps from 2026-04-22 weekly audit (#12842) (9944c8f)

... (truncated)

Changelog

Sourced from arize-phoenix's changelog.

14.15.0 (2026-04-26)

Features

  • app: add sessions_ux flag with Turns/Traces toggle (#12826) (e9cadd5)
  • skills: add phoenix-skills-audit skill and weekly GHA (#12863) (3d6cc81)

Bug Fixes

  • server: require auth for custom provider credential test (SSRF) (#12870) (8c68957)

Documentation

14.14.0 (2026-04-24)

Features

14.13.0 (2026-04-24)

Features

  • Add a dedicated span notes column and clean up annotation selection (#12789) (ec6565e)
  • add trace note REST endpoint for Phoenix CLI (#12710) (ed66c02)
  • phoenix-otel: re-export openinference helpers, decorators, and semconv (#12844) (23576da)
  • ui: add trace notes column to spans table (#12847) (c83d9ec)

Bug Fixes

Documentation

  • Add Phoenix release notes for 04-16-2026 through 04-22-2026 (#12806) (5a8f5c8)
  • adopt phoenix.otel re-exports for manual instrumentation (#12853) (833c189)
  • fill 4 HIGH gaps from 2026-04-22 weekly audit (#12842) (9944c8f)

14.12.0 (2026-04-24)

... (truncated)

Commits
  • 36d8a27 chore(main): release arize-phoenix 14.15.0 (#12861)
  • 8c68957 fix(server): require auth for custom provider credential test (SSRF) (#12870)
  • a394e1b docs(skills): weekly audit — 2026-04-25 (#12864)
  • 3d6cc81 feat(skills): add phoenix-skills-audit skill and weekly GHA (#12863)
  • ce1489e chore(main): release arize-phoenix-client 2.5.0 (#12856)
  • 449a984 chore: update phoenix version to 14.14.0 in kustomize and helm (#12860)
  • e9cadd5 feat(app): add sessions_ux flag with Turns/Traces toggle (#12826)
  • dba6f60 Merge pull request #12854 from Arize-ai/update-sitemap
  • 3a84747 Merge pull request #12858 from Arize-ai/changeset-release/main
  • 5109896 chore(js): update versions
  • Additional commits viewable in compare view

Updates click from 8.3.2 to 8.3.3

Release notes

Sourced from click's releases.

8.3.3

This is the Click 8.3.3 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.3.3/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-3 Milestone: https://github.com/pallets/click/milestone/30

  • Use :func:shlex.split to split pager and editor commands into argv lists for :class:subprocess.Popen, removing shell=True. #1026 #1477 #2775
  • Fix TypeError when rendering help for an option whose default value is an object that doesn't support equality comparison with strings, such as semver.Version. #3298 #3299
  • Fix pager test pollution under parallel execution by using pytest's tmp_path fixture instead of a shared temporary file path. #3238
  • Treat Sentinel.UNSET values in a default_map as absent, so they fall through to the next default source instead of being used as the value. #3224 #3240
  • Patch pdb.Pdb in CliRunner isolation so pdb.set_trace(), breakpoint(), and debuggers subclassing pdb.Pdb (ipdb, pdbpp) can interact with the real terminal instead of the captured I/O streams. #654 #824 #843 #951 #3235
  • Add optional randomized parallel test execution using pytest-randomly and pytest-xdist to detect test pollution and race conditions. #3151
  • Add contributor documentation for running stress tests, randomized parallel tests, and Flask smoke tests. #3151 #3177
  • Show custom show_default string in prompts, matching the existing help text behavior. #2836 #2837 #3165 #3262 #3280 #3328
  • Fix default=True with boolean flag_value always returning the flag_value instead of True. The default=True to flag_value substitution now only applies to non-boolean flags, where True acts as a sentinel meaning "activate this flag by default". For boolean flags, default=True is returned as a literal value. #3111 #3239
  • Mark make_default_short_help as private API. #3189 #3250
  • CliRunner's redirected streams now expose the original file descriptor via fileno(), so that faulthandler, subprocess, and other C-level consumers no longer crash with io.UnsupportedOperation. #2865
  • Change :class:ParameterSource to an :class:~enum.IntEnum and reorder its members from most to least explicit, so values can be compared to check whether a parameter was explicitly provided. #2879 #3248
Changelog

Sourced from click's changelog.

Version 8.3.3

Released 2026-04-20

  • Use :func:shlex.split to split pager and editor commands into argv lists for :class:subprocess.Popen, removing shell=True. :issue:1026 :pr:1477 :pr:2775
  • Fix TypeError when rendering help for an option whose default value is an object that doesn't support equality comparison with strings, such as semver.Version. :issue:3298 :pr:3299
  • Fix pager test pollution under parallel execution by using pytest's tmp_path fixture instead of a shared temporary file path. :pr:3238
  • Treat Sentinel.UNSET values in a default_map as absent, so they fall through to the next default source instead of being used as the value. :issue:3224 :pr:3240
  • Patch pdb.Pdb in CliRunner isolation so pdb.set_trace(), breakpoint(), and debuggers subclassing pdb.Pdb (ipdb, pdbpp) can interact with the real terminal instead of the captured I/O streams. :issue:654 :issue:824 :issue:843 :pr:951 :pr:3235
  • Add optional randomized parallel test execution using pytest-randomly and pytest-xdist to detect test pollution and race conditions. :pr:3151
  • Add contributor documentation for running stress tests, randomized parallel tests, and Flask smoke tests. :pr:3151 :pr:3177
  • Show custom show_default string in prompts, matching the existing help text behavior. :issue:2836 :pr:2837 :pr:3165 :pr:3262 :pr:3280 :pr:3328
  • Fix default=True with boolean flag_value always returning the flag_value instead of True. The default=True to flag_value substitution now only applies to non-boolean flags, where True acts as a sentinel meaning "activate this flag by default". For boolean flags, default=True is returned as a literal value. :issue:3111 :pr:3239
  • Mark make_default_short_help as private API. :issue:3189 :pr:3250
  • CliRunner's redirected streams now expose the original file descriptor via fileno(), so that faulthandler, subprocess, and other C-level consumers no longer crash with io.UnsupportedOperation. :issue:2865
  • Change :class:ParameterSource to an :class:~enum.IntEnum and reorder its members from most to least explicit, so values can be compared to check whether a parameter was explicitly provided. :issue:2879 :pr:3248
Commits
  • c06d2d0 Release 8.3.3
  • f1f191e Apply format guidelines to commits since latest 8.3.2 release (#3343)
  • bb59ba0 Apply format guidelines to commits since latest 8.3.2 release
  • 4a35225 Reduce blast-radius of UNSET in default_map (#3240)
  • c07bb93 Merge branch 'stable' into unset-in-default-map
  • c7e1ba8 Reorder ParameterSource (#3248)
  • 76552ff Show default string in prompt (#3328)
  • ac5cec5 Reorder ParameterSource from most to least explicit
  • 8c452e0 Merge branch 'stable' into show-default-string-in-prompt
  • 8c95c73 Reconcile default value passing and default activation (#3239)
  • Additional commits viewable in compare view

Updates langgraph from 1.1.6 to 1.1.9

Release notes

Sourced from langgraph's releases.

langgraph==1.1.9

Changes since 1.1.8

  • chore(langgraph): bump version 1.1.8 -> 1.1.9 (#7563)
  • fix(langgraph): don't propagate ReplayState to subgraphs on plain resume (#7561)
  • chore(langgraph): undo unnecessary changes in stream handler (#7536)

langgraph==1.1.8

Changes since 1.1.7

  • release(langgraph): 1.1.8 (#7545)
  • fix(langgraph): remove strict add_handler type check that breaks OTel instrumentation (#7544)
  • release(prebuilt): 1.0.10 (#7541)
  • release(cli): 0.4.23 (#7542)

langgraph==1.1.7

Changes since 1.1.7a2

  • release(langgraph): 1.1.7 (#7540)
  • fix: time travel when going back to interrupt node (#7498)
  • chore(deps): bump langsmith from 0.6.4 to 0.7.31 in /libs/langgraph (#7526)
  • release(checkpoint): 4.0.2 (#7518)

langgraph==1.1.7a2

Changes since 1.1.7a1

  • chore(deps): bump pytest from 9.0.2 to 9.0.3 in /libs/langgraph (#7507)
  • release(langgraph): 1.1.7a2 (#7511)
  • chore: allow passing some metadata only for tracing purposes (#7383)
  • fix: populate assistant_id from config configurable instead of metadata (#7468)

langgraph==1.1.7a1

Changes since 1.1.6

  • release(langgraph): 1.1.7a1 (#7476)
  • test(langgraph): use monotonic clock in flaky streaming test (#7477)
  • feat(langgraph): add graph lifecycle callback handlers (#7429)
  • chore(deps): bump cryptography from 46.0.6 to 46.0.7 in /libs/langgraph (#7457)
  • chore: update conformance lint (#7459)
  • chore: uv lock resolution (#7342)
Commits
  • a529b9b chore(langgraph): bump version 1.1.8 -> 1.1.9 (#7563)
  • 0a26b47 fix(langgraph): don't propagate ReplayState to subgraphs on plain resume (#7561)
  • b674dd4 feat(prebuilt): expose available tools on ToolRuntime (#7512)
  • 8df0a37 chore(langgraph): undo unnecessary changes in stream handler (#7536)
  • 216cf33 chore(deps): bump the pip group across 3 directories with 1 update (#7537)
  • 4956134 release(langgraph): 1.1.8 (#7545)
  • aa94790 fix(langgraph): remove strict add_handler type check that breaks OTel instrum...
  • e002711 release(prebuilt): 1.0.10 (#7541)
  • f44b49b chore: dedup warnings (#7257)
  • a0a95df release(cli): 0.4.23 (#7542)
  • Additional commits viewable in compare view

Updates openinference-instrumentation-langchain from 0.1.62 to 0.1.63

Release notes

Sourced from openinference-instrumentation-langchain's releases.

python-openinference-instrumentation-langchain: v0.1.63

0.1.63 (2026-04-22)

Bug Fixes

  • Support Wrapt 2.x Across All Instrumentations (#3007) (a151b38)
Commits
  • f8a3528 chore: release main (#2998)
  • 4a0b3dd fix(google-genai): don't double-count cached tokens in prompt (#3016)
  • a151b38 fix: Support Wrapt 2.x Across All Instrumentations (#3007)
  • 99f74d7 fix(agno): finalize arun_stream output on early stream close (#2977)
  • 1bb5304 chore: release main (#2986)
  • 2b4af21 chore(canary): resolve latest-deps test and type-check drift (#2989)
  • d4ea4b3 chore(mistralai): CI Failures For Mistral AI (#2985)
  • 7f421cf feat(google-genai): Handled Image Data & Multiple tool calls in Response (#2598)
  • cbb5614 chore: release main (#2969)
  • dd51774 chore(anthropic): refactor json equality checks in CI (#2973)
  • Additional commits viewable in compare view

Updates openinference-instrumentation-openai from 0.1.44 to 0.1.45

Release notes

Sourced from openinference-instrumentation-openai's releases.

python-openinference-instrumentation-openai: v0.1.45

0.1.45 (2026-04-22)

Bug Fixes

  • Support Wrapt 2.x Across All Instrumentations (#3007) (a151b38)
Commits
  • f8a3528 chore: release main (#2998)
  • 4a0b3dd fix(google-genai): don't double-count cached tokens in prompt (#3016)
  • a151b38 fix: Support Wrapt 2.x Across All Instrumentations (#3007)
  • 99f74d7 fix(agno): finalize arun_stream output on early stream close (#2977)
  • 1bb5304 chore: release main (#2986)
  • 2b4af21 chore(canary): resolve latest-deps test and type-check drift (#2989)
  • d4ea4b3 chore(mistralai): CI Failures For Mistral AI (#2985)
  • 7f421cf feat(google-genai): Handled Image Data & Multiple tool calls in Response (#2598)
  • cbb5614 chore: release main (#2969)
  • dd51774 chore(anthropic): refactor json equality checks in CI (#2973)
  • Additional commits viewable in compare view

Updates langchain-core from 1.2.28 to 1.3.2

Release notes

Sourced from langchain-core's releases.

langchain-core==1.3.2

Changes since langchain-core==1.3.1

release(core): 1.3.2 (#36990) feat(core): add content-block-centric streaming (v2) (#36834)

langchain-core==1.3.1

Changes since langchain-core==1.3.0

release(core): 1.3.1 (#36972) feat(core): allow _format_output to pass through list of ToolOutputMixin instances (#36963) chore: bump nbconvert from 7.17.0 to 7.17.1 in /libs/core (#36923) feat(core): Update inheritance behavior for tracer metadata for special keys (#36900) chore: bump langsmith from 0.7.13 to 0.7.31 in /libs/core (#36813)

langchain-core==1.3.0

Changes since langchain-core==1.2.31

release(core): release 1.3.0 (#36851) release(core): 1.3.0a3 (#36829) chore(core): keep checkpoint_ns behavior in streaming metadata for backwards compat (#36828) feat(core): Add chat model and LLM invocation params to traceable metadata (#36771) fix(core): restore cloud metadata IPs and link-local range in SSRF policy (#36816) chore(deps): bump pytest to 9.0.3 (#36801) chore(core): harden private SSRF utilities (#36768) fix(openai): handle content blocks without type key in responses api conversion (#36725) chore: bump pytest from 9.0.2 to 9.0.3 in /libs/core (#36719) release(core): 1.3.0.a2 (#36698) fix(core): Use reference counting for storing inherited run trees to support garbage collection (#36660) docs(core): nit (#36685) release(core): 1.3.0a1 (#36656) chore(core): reduce streaming metadata / perf (#36588)

langchain-core==1.3.0a3

Initial release

release(core): 1.3.0a3 (#36829) chore(core): keep checkpoint_ns behavior in streaming metadata for backwards compat (#36828) feat(core): Add chat model and LLM invocation params to traceable metadata (#36771) fix(core): restore cloud metadata IPs and link-local range in SSRF policy (#36816) chore(deps): bump pytest to 9.0.3 (#36801) chore(core): harden private SSRF utilities (#36768) fix(openai): handle content blocks without type key in responses api conversion (#36725) chore: bump pytest from 9.0.2 to 9.0.3 in /libs/core (#36719) release(core): 1.3.0.a2 (#36698) fix(core): Use reference counting for storing inherited run trees to support garbage collection (#36660) docs(core): nit (#36685) release(core): 1.3.0a1 (#36656) chore(core): reduce streaming metadata / perf (#36588) release(core): release 1.2.28 (#36614)

... (truncated)

Commits

Updates hypothesis from 6.152.1 to 6.152.3

Release notes

Sourced from hypothesis's releases.

Hypothesis for Python - version 6.152.3

The "hypothesis-urandom" backend now reads from "/dev/urandom" with buffering disabled, which improves the control of those hooking "/dev/urandom" to change or read Hypothesis's random decisions.

The canonical version of these notes (with links) is on readthedocs.

Hypothesis for Python - version 6.152.2

This release further improves printing of generated values, building on the changes in version 6.151.11.

Principle changes:

  • In many cases where we would have printed a complex expression producing a value, we now print the repr (or a pretty-printed version of it).

  • Additionally, in some cases where we would print a complex expression that involved a lambda, we are now able to simplify that expression into a more readable one.

The canonical version of these notes (with links) is on readthedocs.

Commits
  • 609de04 Bump hypothesis-python version to 6.152.3 and update changelog
  • 902f1ba Merge pull request #4720 from Liam-DeVoe/urandom-disable-buffering
  • da81118 claude: open /dev/urandom with buffering=0 in URandomProvider
  • 80fada3 Merge pull request #4714 from HypothesisWorks/DRMacIver/uv
  • 634e2be Let tox auto-provision tox-uv instead of pinning it in tools.txt
  • 5265564 Seed pip into tox-uv envs
  • d6caeb8 Use uv instead of pyenv for build-time Python installs and tox
  • c727ead Bump hypothesis-python version to 6.152.2 and update changelog
  • 36d74b7 Merge pull request #4711 from HypothesisWorks/DRMacIver/is-code-owner
  • bbc8963 Merge pull request #4712 from HypothesisWorks/DRMacIver/fix-build
  • Additional commits viewable in compare view

Updates pre-commit from 4.5.1 to 4.6.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.0

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.0 - 2026-04-21

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Commits
  • f35134b v4.6.0
  • 2a51ffc Merge pull request #3662 from pre-commit/hook-impl-optional-hook-dir
  • d7dee32 make --hook-dir optional for hook-impl
  • 965aeb1 Merge pull request #3661 from pre-commit/hook-impl-required
  • 2eacc06 --hook-type is required for hook-impl
  • f5678bf Merge pull request #3657 from pre-commit/pre-commit-ci-update-config
  • 054cc5b [pre-commit.ci] pre-commit autoupdate
  • 5c0f302 Merge pull request #3652 from pre-commit/pre-commit-ci-update-config
  • a5d9114 [pre-commit.ci] pre-commit autoupdate
  • 129a1f5 Merge pull request #3641 from pre-commit/mxr-patch-1
  • Additional commits viewable in compare view

Updates ruff from 0.15.10 to 0.15.12

Release notes

Sourced from ruff's releases.

0.15.12

Release Notes

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

Install ruff 0.15.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.12/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.12

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

0.15.11

Released on 2026-04-16.

Preview features

  • [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#24642)
  • [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#23583)
  • [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#24424)

... (truncated)

Commits
  • 66f93cf Bump 0.15.12 (#24815)
  • 476a4d0 [ty] Complete support for more detailed diagnostics on possibly unbound error...
  • ed669ea Implement #ruff:file-ignore file-level suppressions (#23599)
  • e73d952 [ty] Include inferred type in invalid-key concise diagnostic for union/inte...
  • 80feb29 [ty] report only dead annotation-only locals as unused (#24811)
  • 0fbf2bc Drop deprecated license classifier (#24808)
  • 43b174c [ty] Infer lambda parameter types with Callable type context (#24317)
  • 4f449ae [ty] Add error context for intersection types (#24772)
  • 5b4e753 [ty] Add support for goto in literal enum member inlay hint (#24792)
  • e7cc762 [ty] Add error context for TypedDict assignments (#24790)
  • Additional commits viewable in compare view

Updates ty from 0.0.29 to 0.0.32

Release notes

Sourced from ty's releases.

0.0.32

Release Notes

Released on 2026-04-20.

Bug fixes

  • Fix panic when __get__ uses Concatenate self-type and wraps a __call__ (#24692)
  • Avoid panicking on overloaded Callable type context (#24661)
  • Expand class bases in per-base lint checks (#24695, #24699)
  • Fix stack overflow for binary operator inference involving recursive types (#24551)

LSP server

  • Dim out unreachable code in IDEs (#24580)
  • Do not suggest argument completion when typing the value of a keyword argument (#24669)
  • Retrieve the docstring from the overload implementation if an @overload-decorated function has no docstring (#23920)

Core type checking

…dates

Bumps the python-deps group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arize-phoenix](https://github.com/Arize-ai/phoenix) | `13.19.2` | `14.15.0` |
| [click](https://github.com/pallets/click) | `8.3.2` | `8.3.3` |
| [langgraph](https://github.com/langchain-ai/langgraph) | `1.1.6` | `1.1.9` |
| [openinference-instrumentation-langchain](https://github.com/Arize-ai/openinference) | `0.1.62` | `0.1.63` |
| [openinference-instrumentation-openai](https://github.com/Arize-ai/openinference) | `0.1.44` | `0.1.45` |
| [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.152.1` | `6.152.3` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.12` |
| [ty](https://github.com/astral-sh/ty) | `0.0.29` | `0.0.32` |
| [langchain-openai](https://github.com/langchain-ai/langchain) | `1.1.12` | `1.2.1` |
| [openai](https://github.com/openai/openai-python) | `2.31.0` | `2.32.0` |



Updates `arize-phoenix` from 13.19.2 to 14.15.0
- [Release notes](https://github.com/Arize-ai/phoenix/releases)
- [Changelog](https://github.com/Arize-ai/phoenix/blob/main/CHANGELOG.md)
- [Commits](Arize-ai/phoenix@arize-phoenix-v13.19.2...arize-phoenix-v14.15.0)

Updates `click` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.3.2...8.3.3)

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

Updates `openinference-instrumentation-langchain` from 0.1.62 to 0.1.63
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](Arize-ai/openinference@python-openinference-instrumentation-langchain-v0.1.62...python-openinference-instrumentation-langchain-v0.1.63)

Updates `openinference-instrumentation-openai` from 0.1.44 to 0.1.45
- [Release notes](https://github.com/Arize-ai/openinference/releases)
- [Commits](Arize-ai/openinference@python-openinference-instrumentation-openai-v0.1.44...python-openinference-instrumentation-openai-v0.1.45)

Updates `langchain-core` from 1.2.28 to 1.3.2
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain-core==1.2.28...langchain-core==1.3.2)

Updates `hypothesis` from 6.152.1 to 6.152.3
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.152.1...hypothesis-python-6.152.3)

Updates `pre-commit` from 4.5.1 to 4.6.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.5.1...v4.6.0)

Updates `ruff` from 0.15.10 to 0.15.12
- [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.15.10...0.15.12)

Updates `ty` from 0.0.29 to 0.0.32
- [Release notes](https://github.com/astral-sh/ty/releases)
- [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ty@0.0.29...0.0.32)

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

Updates `openai` from 2.31.0 to 2.32.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@v2.31.0...v2.32.0)

---
updated-dependencies:
- dependency-name: arize-phoenix
  dependency-version: 14.15.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: click
  dependency-version: 8.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langgraph
  dependency-version: 1.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: openinference-instrumentation-langchain
  dependency-version: 0.1.63
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: openinference-instrumentation-openai
  dependency-version: 0.1.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-core
  dependency-version: 1.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: hypothesis
  dependency-version: 6.152.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pre-commit
  dependency-version: 4.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: ruff
  dependency-version: 0.15.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: ty
  dependency-version: 0.0.32
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: langchain-openai
  dependency-version: 1.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: openai
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels May 4, 2026
@zurfjereluhmie zurfjereluhmie changed the title chore(deps): bump the python-deps group across 1 directory with 12 updates chore(deps): bump the python-deps with 12 updates May 4, 2026
@zurfjereluhmie
zurfjereluhmie merged commit f0a967a into main May 4, 2026
9 checks passed
@dependabot
dependabot Bot deleted the dependabot/uv/python-deps-eda89d9679 branch May 4, 2026 06:13
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant