For the complete documentation index, see llms.txt. This page is also available as Markdown.

Versioning

SDK versioning, compatibility, deprecation policy.

The SDK follows semver. Current: 1.3.0.

  • Major — breaking API changes

  • Minor — additive changes

  • Patch — bug fixes

Deprecated symbols emit warnings for at least one minor version before removal. Always pin in production:

pip install layerlens --extra-index-url https://sdk.layerlens.ai/package==1.3.0

See also

Last updated

Was this helpful?