Skip to content

chore(deps): bump cloudflare from 5.4.0 to 5.6.0 in /vibetuner-py - #2116

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/vibetuner-py/cloudflare-5.6.0
Open

chore(deps): bump cloudflare from 5.4.0 to 5.6.0 in /vibetuner-py#2116
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/vibetuner-py/cloudflare-5.6.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps cloudflare from 5.4.0 to 5.6.0.

Release notes

Sourced from cloudflare's releases.

v5.6.0

5.6.0

Breaking Changes

  • accounts: Removed create() and get() from client.accounts.subscriptions
  • acm: Removed CertificateAuthority type
  • certificate_authorities: Removed HostnameAssociation type
  • cloudforce_one: Removed indicator_types sub-resource (moved to indicators.types)
  • custom_certificates: Removed Status type
  • hyperdrive: configs.list() pagination changed to SyncV4PagePaginationArray
  • load_balancers: Endpoints now use polymorphic /{account_or_zone}/{account_or_zone_id}/ pattern
  • moq: Removed rotate() from relays.tokens; replaced with create(), list(), delete()
  • mtls_certificates: MTLSCertificate replaced with per-method response types
  • ssl: Removed Host, Status, ValidationMethod types; hosts param changed to str
  • zero_trust: Removed setup_flows from CASB applications; get() endpoint changed

Features

  • analytics_query: New resource with summary, timeseries, top_n, and data_security sub-resources
  • ai_audit: New robots resource
  • cloudforce_one: Extensive threat_events sub-resources (aggregate, graphql, graph, queries, relationships, indicators, tags, target_industries, categories, datasets)
  • magic_transit: New connector interrupts resource
  • moq: New token CRUD methods on relays.tokens
  • registrar_sandbox: New resource with registrations, registration_status, update_status
  • zero_trust: New CASB auth_methods and comprehensive posture management

See CHANGELOG.md for full details and new type listings.

v5.5.0

5.5.0 (2026-07-10)

Full Changelog: v5.4.0...v5.5.0

Breaking Changes

  • ssl: The recommendations sub-resource has been removed. client.ssl.recommendations.get() and the RecommendationGetResponse type are no longer available.
  • email_routing: The list method has been removed from client.email_routing.rules. Only create, update, delete, and get remain. The RuleListParams type has been removed.
  • zero_trust: The UserPolicyCheckGeo type has been removed from cloudflare.types.zero_trust.access.applications. The geo information is now inlined as UserIdentityGeo within UserPolicyCheckListResponse.
  • zero_trust: The pagination type for client.zero_trust.devices.ip_profiles.list() changed from SyncSinglePage to SyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.
  • aisearch: The SourceParamsWebCrawlerStoreOptions type and the store_options field on SourceParamsWebCrawler have been removed from instance create/update params and responses. The parse_type enum value "feed-rss" has been removed (only "sitemap" and "crawl" remain). The search_query field on InstanceSearchResponse and NamespaceSearchResponse changed from required str to Optional[str]. A new required query_kind field (Literal["text", "image", "multimodal"]) has been added to search responses.
  • zero_trust: In Organization and related params, MfaSSHPivKeyRequirements has been renamed to MfaPivKeyRequirements, the mfa_ssh_piv_key_requirements field has been renamed to mfa_piv_key_requirements, and the allowed_authenticators enum value "ssh_piv_key" has been changed to "piv_key".

Features

  • email_auth: add email_auth resource (43fb66a)
  • moq: add moq resource (c409a18)
  • logs: add log_explorer sub-resource with query, datasets, and available datasets (b8896ca)
  • email_security: add bulk message operations to investigate (e96350d)
  • aisearch: add multimodal support with image_url content parts and new @cf/qwen/qwen3-vl-embedding-2b embedding model (de12426)

... (truncated)

Changelog

Sourced from cloudflare's changelog.

5.6.0 (2026-07-22)

Full Changelog: v5.5.0...v5.6.0

Breaking Changes

  • accounts: The create() and get() methods have been removed from client.accounts.subscriptions. The SubscriptionCreateParams type is no longer available.
  • acm: The CertificateAuthority type has been removed from cloudflare.types.acm.
  • certificate_authorities: The HostnameAssociation type has been removed from cloudflare.types.certificate_authorities.
  • cloudforce_one: The indicator_types sub-resource has been removed from client.cloudforce_one.threat_events. Use the new client.cloudforce_one.threat_events.indicators.types resource instead.
  • hyperdrive: The pagination type for client.hyperdrive.configs.list() changed from SyncSinglePage to SyncV4PagePaginationArray. Code that relied on single-page iteration semantics may need adjustment.
  • load_balancers: All methods on client.load_balancers now use a polymorphic /{account_or_zone}/{account_or_zone_id}/load_balancers endpoint pattern instead of the previous /zones/{zone_id}/load_balancers. Method signatures now accept either account_id or zone_id.
  • moq: The rotate() method and TokenRotateResponse type have been removed from client.moq.relays.tokens. Use the new create(), list(), and delete() methods instead.
  • mtls_certificates: The MTLSCertificate type has been replaced with MTLSCertificateGetResponse, MTLSCertificateListResponse, and MTLSCertificateDeleteResponse. The return types of list(), delete(), and get() have changed accordingly.
  • custom_certificates: The Status type has been removed from cloudflare.types.custom_certificates.
  • ssl: The Host, Status, and ValidationMethod types have been removed from cloudflare.types.ssl. The hosts parameter on client.ssl.certificate_packs.create() changed from SequenceNotStr[Host] to SequenceNotStr[str].
  • zero_trust: The setup_flows sub-resource has been removed from client.zero_trust.casb.applications. The get() method endpoint changed from /accounts/{account_id}/one/applications/{slug} to /accounts/{account_id}/one/applications/{application_id}.

Features

  • analytics_query: add analytics_query resource with summary(), timeseries(), and top_n() methods, plus data_security.content_findings and data_security.findings sub-resources (7245164)
  • ai_audit: add client.ai_audit.robots resource with bulk_get() and get() methods (7245164)
  • cloudforce_one: add extensive threat_events sub-resources: aggregate, graphql, graph, queries, relationships, indicators (with aggregate, types, by_dataset), tags (with categories, indicators), target_industries, categories, and datasets (7245164)
  • magic_transit: add client.magic_transit.connectors.interrupts resource with create() and list() methods (7245164)
  • moq: add create(), list(), and delete() methods to client.moq.relays.tokens (7245164)
  • registrar_sandbox: add registrar_sandbox resource with check(), search(), and sub-resources for registrations, registration_status, and update_status (7245164)
  • zero_trust: add client.zero_trust.casb.applications.auth_methods resource with list() method (7245164)
  • zero_trust: add comprehensive CASB posture management: client.zero_trust.casb.posture with sub-resources for findings (list, export, ignore, unignore, tune/reset severity), finding_types, content, exports, remediations, and webhooks (7245164)

New Resources

AIAudit Robots (client.ai_audit.robots)

  • bulk_get(*, zone_id, **params) -> Optional[RobotBulkGetResponse]
  • get(*, zone_id, **params) -> Optional[RobotGetResponse]

New types:

from cloudflare.types.ai_audit import RobotBulkGetResponse, RobotGetResponse

MagicTransit Connector Interrupts (client.magic_transit.connectors.interrupts)

  • create(connector_id, *, account_id, **params) -> InterruptCreateResponse
  • list(connector_id, *, account_id) -> SyncSinglePage[InterruptListResponse]

New types:

from cloudflare.types.magic_transit.connectors import (
    InterruptCreateResponse,
</tr></table> 

... (truncated)

Commits
  • 02ab9a9 Merge pull request #2740 from cloudflare/release/v5.6.0
  • 583e968 chore: add changelog and bump version to 5.6.0
  • 2be295c Update schema
  • c64ba47 Update bundle: workers
  • 87ec5d0 Merge pull request #2739 from cloudflare/release/5.5.0
  • 484b6d3 release: 5.5.0
  • cb5a2c5 fix(ci): allow test failure and reduce timeout to 15 minutes
  • a68de84 chore: add changelog and bump version to 5.5.0
  • d491bea Build SDK
  • 82fe7fe Build SDK
  • 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 5.4.0 to 5.6.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@v5.4.0...v5.6.0)

---
updated-dependencies:
- dependency-name: cloudflare
  dependency-version: 5.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jul 28, 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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants