chore(deps): update dependency cloudflare to v5#533
Merged
renovate[bot] merged 1 commit intomainfrom May 1, 2026
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==4.3.1→==5.0.0Release Notes
cloudflare/cloudflare-python (cloudflare)
v5.0.0Compare Source
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
typing-extensionsminimum version bumped from>=4.10to>=4.14.Additionally, the following resources have breaking changes:
abusereportsacm.totaltlsapigateway.configurationscloudforceone.threateventsd1.databaseintel.indicatorfeedslogpush.edgeorigintlsclientauth.hostnamesqueues.consumersradar.bgprulesets.rulesschemavalidation.schemassnippetszerotrust.dlpzerotrust.networksSee the v5.0.0 Migration Guide for upgrade instructions and resource-specific guidance.
Features
aiohttpHTTP backend for improved concurrency performance. Install withpip install cloudflare[aiohttp]and useDefaultAioHttpClient()as thehttp_clientparameter.New Services
The following top-level resources are new in this release:
aisearch): AI-powered search capabilitiesconnectivity): Connectivity testing and diagnosticsemail_sending): Email send and send_raw endpointsfraud): Fraud detection and preventiongoogle_tag_gateway): Google Tag Gateway managementorganizations): Organization audit logs and managementr2_data_catalog): R2 Data Catalog operationsrealtime_kit): Realtime communication (Calls/TURN)resource_tagging): Resource tagging and labelingtoken_validation): Token validation configuration and rulesvulnerability_scanner): Vulnerability scanning, credential sets, and target environmentsNew Endpoints on Existing Services
Updated Services
Nearly every existing service received type and method updates through
composite API spec refreshes. Notable updates include:
Bug Fixes
polymorphic_serializationparameter tomodel_dumpoverrides (342b5a8)BaseModelbase to responseSchemaFieldStruct/SchemaFieldListstubs (d33af8b)model_rebuild/update_forward_refsforSharedEntryCustomEntryclasses (25ec10c)RunQueryParametersNeedleValueaBaseModelwitharbitrary_types_allowed(6b7efbc)notification_urlfield in webhook response types (fc9fb2f)type: ignore[call-arg]placement for mypy compatibility (fac9404)consumermodel (3f5cf39)Chores
Documentation
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.