Skip to content

Bump cloudflare from 4.3.1 to 5.1.0#2

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cloudflare-5.1.0
Closed

Bump cloudflare from 4.3.1 to 5.1.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cloudflare-5.1.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps cloudflare from 4.3.1 to 5.1.0.

Release notes

Sourced from cloudflare's releases.

v5.1.0

No release notes provided.

v5.0.0

5.0.0 (2026-04-30)

Full Changelog: v4.3.1...v5.0.0

This is a major release of the Cloudflare Python SDK. It drops support for Python 3.8, adds 11 new API services, introduces optional aiohttp backend support for improved async concurrency, and includes hundreds of type and method updates across the entire API surface.

Please review the breaking changes below before upgrading. A migration guide is available at docs/migration-guides/v5.0.0-migration-guide.md.


Breaking Changes

  • Python 3.8 is no longer supported. The minimum required version is now Python 3.9. (pyproject.toml)
  • typing-extensions minimum version bumped from >=4.10 to >=4.14.

Additionally, the following resources have breaking changes:

  • abusereports
  • acm.totaltls
  • apigateway.configurations
  • cloudforceone.threatevents
  • d1.database
  • intel.indicatorfeeds
  • logpush.edge
  • origintlsclientauth.hostnames
  • queues.consumers
  • radar.bgp
  • rulesets.rules
  • schemavalidation.schemas
  • snippets
  • zerotrust.dlp
  • zerotrust.networks

See the v5.0.0 Migration Guide for upgrade instructions and resource-specific guidance.


Features

  • aiohttp backend support: The async client now supports an optional aiohttp HTTP backend for improved concurrency performance. Install with pip install cloudflare[aiohttp] and use DefaultAioHttpClient() as the http_client parameter.
  • Python 3.13 and 3.14 support added as tested classifiers.

... (truncated)

Changelog

Sourced from cloudflare's changelog.

5.1.0 (2026-05-06)

Full Changelog: v5.0.0...v5.1.0

Features

  • security_center: add audit_logs, classification, and context sub-resources to insights (ed7d261)
  • zero_trust: add deployment_groups sub-resource to devices (7121a55)
  • aisearch: update generated types and methods (54b87759)
  • email_security: update generated types and methods (23a979df)
  • radar: update generated types and methods (b48274ef)
  • zones: update generated types and methods (f0a54099)

Security Center - New Insights Sub-Resources

AuditLogs (client.security_center.insights.audit_logs)

  • list(*, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListResponse]
  • list_by_insight(issue_id, *, account_id, zone_id, **params) -> SyncCursorPagination[AuditLogListByInsightResponse]

New types:

from cloudflare.types.security_center.insights import (
    AuditLogListResponse,
    AuditLogListByInsightResponse,
)

Classification (client.security_center.insights.classification)

  • update(issue_id, *, account_id, zone_id, **params) -> ClassificationUpdateResponse

New types:

from cloudflare.types.security_center.insights import ClassificationUpdateResponse

Context (client.security_center.insights.context)

  • get(issue_id, *, account_id) -> Optional[ContextGetResponse]

New types:

from cloudflare.types.security_center.insights import ContextGetResponse

Zero Trust - Device Deployment Groups

New sub-resource client.zero_trust.devices.deployment_groups:

... (truncated)

Commits
  • 1384b2c Merge pull request #2714 from cloudflare/release-please--branches--main--chan...
  • 0036f16 Merge branch 'main' into release-please--branches--main--changes--next
  • b96bd95 release: 5.1.0
  • 9131151 Merge pull request #2713 from cloudflare/clean-up
  • f941e66 chore: delete changelog draft
  • 2b03fde Merge pull request #2711 from cloudflare/sync/staging-next-2026-05-04
  • f0a5409 chore(zones): update generated types and methods
  • 7121a55 feat(zero_trust): update generated types and methods
  • ed7d261 feat(security_center): update generated types and methods
  • b48274e chore(radar): update generated types and methods
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [cloudflare](https://github.com/cloudflare/cloudflare-python) from 4.3.1 to 5.1.0.
- [Release notes](https://github.com/cloudflare/cloudflare-python/releases)
- [Changelog](https://github.com/cloudflare/cloudflare-python/blob/main/CHANGELOG.md)
- [Commits](cloudflare/cloudflare-python@v4.3.1...v5.1.0)

---
updated-dependencies:
- dependency-name: cloudflare
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 7, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 28, 2026

Copy link
Copy Markdown
Author

Superseded by #3.

@dependabot dependabot Bot closed this May 28, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/cloudflare-5.1.0 branch May 28, 2026 15:09
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