Skip to content

chore(deps): bump cloudflare from 4.3.1 to 5.4.0#4151

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cloudflare-5.4.0
Open

chore(deps): bump cloudflare from 4.3.1 to 5.4.0#4151
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/cloudflare-5.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps cloudflare from 4.3.1 to 5.4.0.

Release notes

Sourced from cloudflare's releases.

v5.4.0

5.4.0 (2026-06-16)

Full Changelog: v5.3.0...v5.4.0

Features

  • ai_gateway: add custom_providers sub-resource (b982ff3)
  • ct_alerter: add CT alerting subscription endpoints (client.zones.ct.alerting) (5bb529c)
  • d1: add fields parameter to client.d1.database.get (2b0e738)
  • flagship: add flagship resource with apps, flags, changelog, and evaluate endpoints (2b0e738)
  • magic_transit: add cf1_sites sub-resource with ramps, and ipsec_tunnels.psk_set method (5d8e422)
  • origin_tls_compliance_modes: add origin_tls_compliance_modes resource (2b0e738)
  • ssl: add auto_origin_tls_kex sub-resource (2b0e738)
  • tenants: add tenants top-level resource and user.tenants sub-resource (7677b4c)
  • zero_trust: add DLP sensitivity_groups, data_tag_categories, and data_classes sub-resources (2b0e738)
  • zero_trust: add tunnels.warp_connector.configurations sub-resource (2b0e738)

Bug Fixes

  • iam: OAuthScopeListResponse type import path moved from cloudflare.types.iam.oauth_scopes to cloudflare.types.iam (2b0e738)

Chores

  • api: update composite API spec (2b0e738)

New Resources

Tenants (client.tenants)

  • get(tenant_id) -> Tenant
  • tenants.account_types.list(tenant_id) -> SyncSinglePage[AccountTypeListResponse]
  • tenants.accounts.list(tenant_id) -> SyncSinglePage[TenantAccount]
  • tenants.entitlements.get(tenant_id) -> TenantEntitlements
  • tenants.memberships.list(tenant_id) -> SyncSinglePage[TenantMembership]

New types:

from cloudflare.types.tenants import (
    Tenant,
    AccountTypeListResponse,
    TenantAccount,
    TenantEntitlements,
    TenantMembership,
)

... (truncated)

Changelog

Sourced from cloudflare's changelog.

5.4.0 (2026-06-16)

Full Changelog: v5.3.0...v5.4.0

Features

  • feat(ai_gateway): add custom_providers resource (b982ff3)
  • feat(api): map ipsec_tunnels/psk, sites/app_policies and cf1_sites for magic-on-ramps (5d8e422)
  • feat(ct_alerter): add CT alerting subscription endpoint mappings (5bb529c)
  • feat(tenants): add tenants resource SDK mapping [PT-2567] (7677b4c)

Chores

  • api: update composite API spec (2b0e738)
  • api: update composite API spec (c7202c9)
  • api: update composite API spec (f94e4de)
  • api: update composite API spec (656f973)
  • api: update composite API spec (05e802d)
  • api: update composite API spec (3817b57)
  • api: update composite API spec (3e26c73)
  • api: update composite API spec (0ff89f9)
  • api: update composite API spec (eeec39a)
  • api: update composite API spec (45260b9)
  • api: update composite API spec (72eb205)
  • internal: codegen related update (86bdf98)

5.3.0 (2026-06-11)

Full Changelog: v5.2.0...v5.3.0

Features

  • ai_audit: add ai_audit resource (d0efa14)
  • billing: update codegen output (7e3d4f7)
  • chore: skip failing Go SDK tests for workers bulk secret update (c705bbb)
  • custom_csrs: add custom_csrs resource (1a65a8d)
  • dls: add dls resource (a7fcbad)
  • email_security: update codegen output (872b610)
  • feat: add custom_csrs Stainless config (zone + account) (235ed9b)
  • feat(access): add idp_federation_grants resource (4b724b0)
  • feat(ai_audit): add robots route mappings for APIX-785 (5ea6509)
  • feat(api): add csam_scanner Stainless resource (TMD-1300, LRSP-1810) (2cf53e2)
  • feat(api): add tenant custom nameservers resource mapping (1260f11)
  • feat(api): sync workflows API endpoints (2 new) (ab25412)
  • feat(dex): add device ISPs endpoint mapping (fb51578)
  • feat(dlp): add custom prompt topics endpoint [production] (116abcb)
  • feat(email_security): add url_ignore_patterns and sending_domain_restrictions endpoints (a038d94)
  • feat(oauth): Add SDK support for oauth clients and scopes (82cc646)
  • feat(resource_sharing): add Terraform resource definitions for shares (b9d7b79)

... (truncated)

Commits
  • 2927882 Merge pull request #2734 from cloudflare/release-please--branches--main--chan...
  • 87ee898 release: 5.4.0
  • 64469d6 Merge pull request #2732 from cloudflare/staging-next
  • 2b0e738 chore(api): update composite API spec
  • 25b2838 codegen metadata
  • f8e14b9 codegen metadata
  • c7202c9 chore(api): update composite API spec
  • f94e4de chore(api): update composite API spec
  • 656f973 chore(api): update composite API spec
  • 05e802d chore(api): update composite API spec
  • 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.4.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.4.0)

---
updated-dependencies:
- dependency-name: cloudflare
  dependency-version: 5.4.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 major python Pull requests that update python code labels Jul 13, 2026
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 major python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants