Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

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

Package From To
fastapi 0.115.12 0.116.1
sentry-sdk 2.27.0 2.35.2
beautifulsoup4 4.13.4 4.13.5
playwright 1.52.0 1.55.0
openai 1.76.2 1.102.0
uvicorn 0.34.2 0.35.0
atproto 0.0.61 0.0.62
beanie 1.29.0 2.0.0
markdown 3.8 3.8.2
pytest 8.3.5 8.4.1
pytest-asyncio 0.26.0 1.1.0

Updates fastapi from 0.115.12 to 0.116.1

Release notes

Sourced from fastapi's releases.

0.116.1

Upgrades

  • ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0. PR #13884 by @​tiangolo.

Docs

  • 📝 Add notification about impending changes in Translations to docs/en/docs/contributing.md. PR #13886 by @​YuriiMotov.

Internal

0.116.0

Features

  • ✨ Add support for deploying to FastAPI Cloud with fastapi deploy. PR #13870 by @​tiangolo.

Installing fastapi[standard] now includes fastapi-cloud-cli.

This will allow you to deploy to FastAPI Cloud with the fastapi deploy command.

If you want to install fastapi with the standard dependencies but without fastapi-cloud-cli, you can install instead fastapi[standard-no-fastapi-cloud-cli].

Translations

Internal

0.115.14

Fixes

Docs

Translations

... (truncated)

Commits
  • 3137234 🔖 Release version 0.116.1
  • 095dab0 📝 Update release notes
  • cad6880 ⬆️ Upgrade Starlette supported version range to >=0.40.0,<0.48.0 (#13884)
  • a6e79e6 📝 Update release notes
  • 2c13b1b 📝 Add notification about impending changes in Translations to `docs/en/docs/c...
  • 7179d48 📝 Update release notes
  • 07bcb18 ⬆ [pre-commit.ci] pre-commit autoupdate (#13871)
  • bd8f358 🔖 Release version 0.116.0
  • 18eb7a7 📝 Update release notes
  • dd906a9 📝 Update release notes
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.27.0 to 2.35.2

Release notes

Sourced from sentry-sdk's releases.

2.35.2

Various fixes & improvements

2.35.1

Various fixes & improvements

2.35.0

Various fixes & improvements

2.34.1

Various fixes & improvements

2.34.0

Various fixes & improvements

  • Considerably raise DEFAULT_MAX_VALUE_LENGTH (#4632) by @​sentrivana

    We have increased the string trimming limit considerably, allowing you to see more data without it being truncated. Note that this might, in rare cases, result in issue regrouping, for example if you're capturing message events with very long messages (longer than the default 1024 characters/bytes).

... (truncated)

Changelog

Sourced from sentry-sdk's changelog.

2.35.2

Various fixes & improvements

2.35.1

Various fixes & improvements

2.35.0

Various fixes & improvements

2.34.1

Various fixes & improvements

2.34.0

Various fixes & improvements

... (truncated)

Commits

Updates beautifulsoup4 from 4.13.4 to 4.13.5

Updates playwright from 1.52.0 to 1.55.0

Release notes

Sourced from playwright's releases.

v1.55.0

Codegen

  • Automatic to_be_visible() assertions: Codegen can now generate automatic to_be_visible() assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.

Breaking Changes

  • ⚠️ Dropped support for Chromium extension manifest v2.

Miscellaneous

  • Added support for Debian 13 "Trixie".

Browser Versions

  • Chromium 140.0.7339.16
  • Mozilla Firefox 141.0
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 139
  • Microsoft Edge 139

v1.54.0

Highlights

  • New cookie property partition_key in BrowserContext.cookies() and browserContext.add_cookies(). This property allows to save and restore partitioned cookies. See CHIPS MDN article for more information. Note that browsers have different support and defaults for cookie partitioning.

  • New option --user-data-dir in multiple commands. You can specify the same user data dir to reuse browsing state, like authentication, between sessions.

    playwright codegen --user-data-dir=./user-data
  • playwright open does not open the test recorder anymore. Use playwright codegen instead.

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140

v1.53.0

Miscellaneous

  • New Steps in Trace Viewer: New Trace Viewer Steps

  • New method locator.describe() to describe a locator. Used for trace viewer.

    button = page.get_by_test_id("btn-sub").describe("Subscribe button")
    button.click()

... (truncated)

Commits
  • 4a03d71 chore(roll): roll Playwright to 1.55.0-beta-1756314050000 (#2960)
  • 3cbe13e chore: roll to 1.55.0 (#2956)
  • 254aabd fix: screenshot type inferred from path file extension (#2951)
  • 1be34f2 fix: timeout option support with fetch api (#2947)
  • 6e9ff7a test: unflake cr tracing test (#2942)
  • e49496e build(deps): bump types-requests from 2.32.4.20250611 to 2.32.4.20250809 (#2941)
  • d33a807 build(deps): bump greenlet from 3.2.3 to 3.2.4 (#2939)
  • 5cc395e build(deps): bump actions/checkout from 4 to 5 in the actions group (#2940)
  • 8963460 build(deps): bump build from 1.2.2.post1 to 1.3.0 (#2937)
  • 3fea01e test: unflake test_context_add_cookies_should_work (#2935)
  • Additional commits viewable in compare view

Updates openai from 1.76.2 to 1.102.0

Release notes

Sourced from openai's releases.

v1.102.0

1.102.0 (2025-08-26)

Full Changelog: v1.101.0...v1.102.0

Features

  • api: add web search filters (1c199a8)

Bug Fixes

  • avoid newer type syntax (bd0c668)

Chores

  • internal: change ci workflow machines (3e129d5)
  • internal: codegen related update (b6dc170)

v1.101.0

1.101.0 (2025-08-21)

Full Changelog: v1.100.3...v1.101.0

Features

  • api: Add connectors support for MCP tool (a47f962)
  • api: adding support for /v1/conversations to the API (e30bcbc)

Chores

v1.100.3

1.100.3 (2025-08-20)

Full Changelog: v1.100.2...v1.100.3

Chores

  • internal/ci: setup breaking change detection (ca2f936)

v1.100.2

1.100.2 (2025-08-19)

Full Changelog: v1.100.1...v1.100.2

Chores

... (truncated)

Changelog

Sourced from openai's changelog.

1.102.0 (2025-08-26)

Full Changelog: v1.101.0...v1.102.0

Features

  • api: add web search filters (1c199a8)

Bug Fixes

  • avoid newer type syntax (bd0c668)

Chores

  • internal: change ci workflow machines (3e129d5)
  • internal: codegen related update (b6dc170)

1.101.0 (2025-08-21)

Full Changelog: v1.100.3...v1.101.0

Features

  • api: Add connectors support for MCP tool (a47f962)
  • api: adding support for /v1/conversations to the API (e30bcbc)

Chores

1.100.3 (2025-08-20)

Full Changelog: v1.100.2...v1.100.3

Chores

  • internal/ci: setup breaking change detection (ca2f936)

1.100.2 (2025-08-19)

Full Changelog: v1.100.1...v1.100.2

Chores

  • api: accurately represent shape for verbosity on Chat Completions (c39d5fd)

1.100.1 (2025-08-18)

... (truncated)

Commits
  • 3154a78 release: 1.102.0
  • af5f9c4 feat(api): add web search filters
  • 3f21bcd fix: avoid newer type syntax
  • 7325cdb chore(internal): codegen related update
  • 9fd9df5 chore(internal): change ci workflow machines
  • 4e28a42 release: 1.101.0 (#2577)
  • e328fb4 release: 1.100.3
  • 72e0ad6 chore(internal/ci): setup breaking change detection
  • 4ada66f release: 1.100.2
  • a94bd5b chore(api): accurately represent shape for verbosity on Chat Completions
  • Additional commits viewable in compare view

Updates uvicorn from 0.34.2 to 0.35.0

Release notes

Sourced from uvicorn's releases.

Version 0.35.0

Added

Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.3...0.35.0

Version 0.34.3

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.2...0.34.3

Changelog

Sourced from uvicorn's changelog.

0.35.0 (June 28, 2025)

Added

  • Add WebSocketsSansIOProtocol (#2540)

Changed

  • Refine help message for option --proxy-headers (#2653)

0.34.3 (June 1, 2025)

Fixed

  • Don't include cwd() when non-empty --reload-dirs is passed (#2598)
  • Apply get_client_addr formatting to WebSocket logging (#2636)
Commits

Updates atproto from 0.0.61 to 0.0.62

Release notes

Sourced from atproto's releases.

v0.0.62

Upcoming Breaking Changes

❗ Next release will drop Python 3.8 support

What's Changed

Full Changelog: MarshalX/atproto@v0.0.61...v0.0.62

Changelog

Sourced from atproto's changelog.

Version 0.0.62

17.08.2025

❗ Next release will drop Python 3.8 support

Commits
  • 890c018 Update urllib3 and requests (#619)
  • 1c6c48c Update lexicons fetched from c370d93 committed 2025-08-05T05:06:05Z (#618)
  • 5abc3bd Update lexicons fetched from 9751eeb committed 2025-07-29T20:00:05Z (#617)
  • 435ba32 Update lexicons fetched from 8787fd9 committed 2025-07-18T19:13:25Z (#615)
  • e816da4 Update lexicons fetched from 97ef116 committed 2025-06-17T17:45:49Z (#607)
  • fb2362e Fix codegen for cases where NSID contains V2 (#611)
  • d9c17a8 Bump h11 from 0.14.0 to 0.16.0 (#606)
  • 0a6d353 Update lexicons fetched from 24e20b9 committed 2025-05-21T04:04:40Z (#603)
  • 1f94e67 Update changelog for v0.0.61 (#602)
  • See full diff in compare view

Updates beanie from 1.29.0 to 2.0.0

Release notes

Sourced from beanie's releases.

2.0.0

Breaking

This release moves away from Motor in favor of the PyMongo Async API. As a consequence of this, some Beanie internal fields and method names have been renamed to remove references to Motor. If you have used the Motor API in your project, please check the official Motor to PyMongo Async migration guide to see what has changed and how to update your code. Lastly, please check the updated Beanie documentation as well.

Beanie API changes

Document

Document.get_motor_collection()Document.get_pymongo_collection() Document.get_settings().motor_dbDocument.get_settings().pymongo_db Document.get_settings().motor_collectionDocument.get_settings().pymongo_collection

Union Document

UnionDocument.get_motor_collection()UnionDocument.get_pymongo_collection() UnionDocument.get_settings().motor_dbUnionDocument.get_settings().pymongo_db UnionDocument.get_settings().motor_collectionUnionDocument.get_settings().pymongo_collection

Views

View.aggregate(...).motor_cursorView.aggregate(...).get_cursor() View.get_settings().motor_dbView.get_settings().pymongo_db View.get_settings().motor_collectionView.get_settings().pymongo_collection

Queries

DocumentModel.aggregate(...).motor_cursorDocumentModel.aggregate(...).get_cursor() DocumentModel.find(...).aggregate(...).motor_cursorDocumentModel.find(...).aggregate(...).get_cursor()

Fields

IndexModelField.from_motor_index_information()IndexModelField.from_pymongo_index_information()

Initializer

multiprocessing_mode attribute was removed from the Initializer class and as a parameter to init_beanie().

What's Changed

New Contributors

Full Changelog: BeanieODM/beanie@1.30.0...2.0.0

1.30.0

Breaking

This release drops support for Python 3.8.

What's Changed

... (truncated)

Changelog

Sourced from beanie's changelog.

2.0.0 - 2025-07-09

Transform asyncdocmethod[doctype, p, r] into any to fix "incorrect call arguments" warning in pycharm

Fix typos in migrations docs

Motor -> async pymongo

[1.30.0] - 2025-06-10

Docs: update backlink usage of original_field for pydantic v2

Fix: first_or_none no longer mutates findmany object (#1116)

Migration finder skips modules starting with underscore

Docs: update incorrect event-based actions docs

Fix: deprecate bucket_rounding_second in favor of bucket_rounding_seconds in timeseriesconfig

Switch to precommit ci

Drop py3.8 support

Update toml dependency to use tomli instead of toml

Fix failing tests in ci

Fix find type hint for filter args

Fixed attributeerror in merge_model when updating document

Fix bulkwriter.init bug when it has object_class param input

... (truncated)

Commits
  • 53123ce Version/2.0.0 (#1199) Motor -> Async PyMongo
  • 8049c4e Transform AsyncDocMethod[DocType, P, R] into Any to fix "Incorrect call argum...
  • afd57ff Motor -> Async PyMongo (#1113)
  • a50cfc3 Fix typos in migrations docs (#1136)
  • 380f0d6 Version/1.30.0 (#1185)
  • 4945ffd Add deduplication of entries to Changelog script (#1081)
  • f6dc433 fix: deprecate bucket_rounding_second in favor of bucket_rounding_seconds in ...
  • 164bcb3 Update toml dependency to use tomli instead of toml (#1144)
  • a0c3eb1 Fixed AttributeError in merge_model when updating Document (#1126)
  • cd2be0a Migration finder skips modules starting with underscore (#1177)
  • Additional commits viewable in compare view

Updates markdown from 3.8 to 3.8.2

Release notes

Sourced from markdown's releases.

Release 3.8.2

Fixed

  • Fix codecs deprecation in Python 3.14.
  • Fix issue with unclosed comment parsing in Python 3.14.
  • Fix issue with unclosed declarations in Python 3.14.
  • Fix issue with unclosed HTML tag <foo and Python 3.14.

Release 3.8.1

Fixed

  • Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534).
  • Fixed dropped content in md_in_html (#1526).
  • Fixed HTML handling corner case that prevented some content from not being rendered (#1528).
Changelog

Sourced from markdown's changelog.

[3.8.2] - 2025-06-19

Fixed

  • Fix codecs deprecation in Python 3.14.
  • Fix issue with unclosed comment parsing in Python 3.14.
  • Fix issue with unclosed declarations in Python 3.14.
  • Fix issue with unclosed HTML tag <foo and Python 3.14.

[3.8.1] - 2025-06-18

Fixed

  • Ensure incomplete markup declaration in raw HTML doesn't crash parser (#1534).
  • Fixed dropped content in md_in_html (#1526).
  • Fixed HTML handling corner case that prevented some content from not being rendered (#1528).

[3.8.0] - 2025-04-09

Changed

  • DRY fix in abbr extension by introducing method create_element (#1483).
  • Clean up test directory by removing some redundant tests and port non-redundant cases to the newer test framework.
  • Improved performance of the raw HTML post-processor (#1510).

Fixed

  • Backslash Unescape IDs set via attr_list on toc (#1493).
  • Ensure md_in_html processes content inside "markdown" blocks as they are parsed outside of "markdown" blocks to keep things more consistent for third-party extensions (#1503).
  • md_in_html handle tags within inline code blocks better (#1075).
  • md_in_html fix handling of one-liner block HTML handling (#1074).
  • Ensure <center> is treated like a block-level element (#1481).
  • Ensure that abbr extension respects AtomicString and does not process perceived abbreviations in these strings (#1512).
  • Ensure smarty extension correctly renders nested closing quotes (#1514).

[3.7.0] - 2024-08-16

Changed

  • Refactor abbr Extension

    A new AbbrTreeprocessor has been introduced, which replaces the now deprecated AbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions (#1460).

    The AbbrPreprocessor class has been renamed to AbbrBlockprocessor, which

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.115.12` | `0.116.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.27.0` | `2.35.2` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.13.4` | `4.13.5` |
| [playwright](https://github.com/microsoft/playwright-python) | `1.52.0` | `1.55.0` |
| [openai](https://github.com/openai/openai-python) | `1.76.2` | `1.102.0` |
| [uvicorn](https://github.com/encode/uvicorn) | `0.34.2` | `0.35.0` |
| [atproto](https://github.com/MarshalX/atproto) | `0.0.61` | `0.0.62` |
| [beanie](https://github.com/roman-right/beanie) | `1.29.0` | `2.0.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.8` | `3.8.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` |
| [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.26.0` | `1.1.0` |



Updates `fastapi` from 0.115.12 to 0.116.1
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.12...0.116.1)

Updates `sentry-sdk` from 2.27.0 to 2.35.2
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.27.0...2.35.2)

Updates `beautifulsoup4` from 4.13.4 to 4.13.5

Updates `playwright` from 1.52.0 to 1.55.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.52.0...v1.55.0)

Updates `openai` from 1.76.2 to 1.102.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.76.2...v1.102.0)

Updates `uvicorn` from 0.34.2 to 0.35.0
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/docs/release-notes.md)
- [Commits](Kludex/uvicorn@0.34.2...0.35.0)

Updates `atproto` from 0.0.61 to 0.0.62
- [Release notes](https://github.com/MarshalX/atproto/releases)
- [Changelog](https://github.com/MarshalX/atproto/blob/main/CHANGES.md)
- [Commits](MarshalX/atproto@v0.0.61...v0.0.62)

Updates `beanie` from 1.29.0 to 2.0.0
- [Release notes](https://github.com/roman-right/beanie/releases)
- [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md)
- [Commits](BeanieODM/beanie@1.29.0...2.0.0)

Updates `markdown` from 3.8 to 3.8.2
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.8...3.8.2)

Updates `pytest` from 8.3.5 to 8.4.1
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...8.4.1)

Updates `pytest-asyncio` from 0.26.0 to 1.1.0
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.1.0)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-version: 0.116.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: sentry-sdk
  dependency-version: 2.35.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: beautifulsoup4
  dependency-version: 4.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: playwright
  dependency-version: 1.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: openai
  dependency-version: 1.102.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: uvicorn
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: atproto
  dependency-version: 0.0.62
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: beanie
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: markdown
  dependency-version: 3.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pytest
  dependency-version: 8.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pytest-asyncio
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: deps
...

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 Sep 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2025

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

@dependabot dependabot bot closed this Oct 1, 2025
@dependabot dependabot bot deleted the dependabot/pip/deps-945c494588 branch October 1, 2025 08:22
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.

0 participants