Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 7, 2026

Bumps the python-dependencies group with 3 updates: openai, tenacity and pyrefly.

Updates openai from 2.15.0 to 2.16.0

Release notes

Sourced from openai's releases.

v2.16.0

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)
Changelog

Sourced from openai's changelog.

2.16.0 (2026-01-27)

Full Changelog: v2.15.0...v2.16.0

Features

  • api: api update (b97f9f2)
  • api: api updates (9debcc0)
  • client: add support for binary request streaming (49561d8)

Bug Fixes

  • api: mark assistants as deprecated (0419cbc)

Chores

  • ci: upgrade actions/github-script (5139f13)
  • internal: update actions/checkout version (f276714)

Documentation

  • examples: update Azure Realtime sample to use v1 API (#2829) (3b31981)
Commits

Updates tenacity from 9.1.2 to 9.1.3

Release notes

Sourced from tenacity's releases.

9.1.3

What's Changed

New Contributors

Full Changelog: jd/tenacity@9.1.2...9.1.3

Commits
  • 24415eb support async sleep for sync fn (#551)
  • 3bf33b4 chore: drop Python 3.9 support (EOL) (#552)
  • 7027da3 chore(deps): bump the github-actions group with 2 updates (#550)
  • 21ae7d0 docs: fix syntax error in wait_chain docstring example (#548)
  • ef12c9e chore(deps): bump actions/checkout in the github-actions group (#547)
  • c35a4b3 chore(deps): bump the github-actions group with 2 updates (#545)
  • e792bba ci: fix mypy (#546)
  • 0f55245 ci: remove reno requirements (#542)
  • 815c34f feat(wait): add wait_exception strategy (#541)
  • d6e57dd Typing: Accept non-standard logger in helpers logging something (#540)
  • Additional commits viewable in compare view

Updates pyrefly from 0.49.0 to 0.50.1

Release notes

Sourced from pyrefly's releases.

Pyrefly v0.50.0

Status : BETA
Release date: 26 January 2026

Pyrefly v0.50.0 bundles 183 commits from 27 contributors.


✨ New & Improved

Area What’s new
Language Server - Hovering or requesting signature help for constructor calls now shows the instance type instead of -> None - Structured comment headers (e.g., # Title ----) now create hierarchical folding regions and outline symbols in editors. This can be enabled with the commentFoldingRanges setting that is now available in VSCode’s settings UI - Go-to-definition now works for intermediate submodule components (e.g., clicking on b or c in a.b.c.D), improving navigation in complex module hierarchies - Inlay hints now available for variables created from tuple unpacking (e.g. x, y = (a, b)) - Type variable bounds, constraints, and defaults are now shown when formatting generic types. - Previously, reveal_type showed identical signatures for functions with different type variable restrictions
Type Checking Type narrowing now works for TypedDict when using in/not in checks, including inherited keys and empty TypedDicts
File Structure/Detection Better support for detecting and renaming editable installed packages
Error Reporting The suppress command now accepts JSON values, making error suppression more flexible and scriptable.

🐛 bug fixes

We closed 30 bug issues this week 👏

Thank-you to all our contributors who found these bugs and reported them! Did you know this is one of the most helpful contributions you can make to an open-source project? If you find any bugs in Pyrefly we want to know about them! Please open a bug report issue here


📦 Upgrade

pip install --upgrade pyrefly==0.50.0

How to safely upgrade your codebase

Upgrading the version of Pyrefly you're using or a third-party library you depend on can reveal new type errors in your code. Fixing them all at once is often unrealistic. We've written scripts to help you temporarily silence them. After upgrading, follow these steps:

  1. pyrefly check --suppress-errors
  2. run your code formatter of choice
  3. pyrefly check --remove-unused-ignores
  4. Repeat until you achieve a clean formatting run and a clean type check.

This will add # pyrefly: ignore comments to your code, enabling you to silence errors and return to fix them later. This can make the process of upgrading a large codebase much more manageable.

... (truncated)

Commits
  • f9a063d Bump version to 0.50.1
  • ecde5ae Fix a bug in narrow limit
  • 7aaabbd Add a test case showing lots of facet narrows
  • bf4bb21 fix flaky diagnostic streaming test, attempt 2
  • 876c078 don't run transaction in a loop
  • dfecc04 support "hint" severity for pyright migration
  • ee730b7 Resolve attribute access callees via types when go-to-definitions are empty
  • 664c2d4 turn off streaming for tdeps
  • cf7c58c Bump the default stack size to 10MB
  • 0a03618 Document gap in annotations_forward_refs conformance test
  • 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 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 python-dependencies group with 3 updates: [openai](https://github.com/openai/openai-python), [tenacity](https://github.com/jd/tenacity) and [pyrefly](https://github.com/facebook/pyrefly).


Updates `openai` from 2.15.0 to 2.16.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.15.0...v2.16.0)

Updates `tenacity` from 9.1.2 to 9.1.3
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@9.1.2...9.1.3)

Updates `pyrefly` from 0.49.0 to 0.50.1
- [Release notes](https://github.com/facebook/pyrefly/releases)
- [Commits](facebook/pyrefly@0.49.0...0.50.1)

---
updated-dependencies:
- dependency-name: openai
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
- dependency-name: tenacity
  dependency-version: 9.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-dependencies
- dependency-name: pyrefly
  dependency-version: 0.50.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from eikendev as a code owner February 7, 2026 09:03
@eikendev eikendev merged commit 0d9a50d into main Feb 7, 2026
3 checks passed
@eikendev eikendev deleted the dependabot-uv-python-dependencies-9cdb89f2f8 branch February 7, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant