Skip to content

Commit 8ce1bcb

Browse files
authored
Update README.md
1 parent 85fd586 commit 8ce1bcb

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,9 @@ with Cloudflare() as client:
389389
This package generally follows [SemVer](https://semver.org/spec/v2.0.0.html) conventions, though certain backwards-incompatible changes may be released as minor versions:
390390

391391
1. Changes that only affect static types, without breaking runtime behavior.
392-
1. Changes to library internals which are technically public but not intended or documented for external use. _(Please open a GitHub issue to let us know if you are relying on such internals)_.
392+
1. Changes to library internals which are technically public but not intended or documented for external use.
393393
1. Changes that we do not expect to impact the vast majority of users in practice.
394394

395-
> [!WARNING]
396-
> In addition to the above, changes to type names, structure or methods _may_ occur as we stabilise the automated codegen pipeline. This will be removed in the future once we are further along and the service owner OpenAPI schemas have reached a higher maturity level where changes are not as constant.
397-
> If this isn't suitable for your project, we recommend pinning to a known version or using the previous major version.
398-
399395
### Determining the installed version
400396

401397
If you've upgraded to the latest version but aren't seeing any new features you were expecting then your python environment is likely still using an older version.

0 commit comments

Comments
 (0)