Skip to Content
⚠️ Action required: DeltaTwin API has been updated to v2.0. Please update your deltatwin-cli. Read our technical notes for details.
DocumentationTechnical NotesAPI v2.0 Update

API v2.0 Update : Action Required

Important Notice for DeltaTwin CLI Users

Due to recent significant changes in DeltaTwin API (now version v2.0), your local deltatwin-cli installation must be updated to maintain functionality.

How to proceed
  • to update :
pip install -U delta-core deltatwin-cli
  • to reinstall from scratch :
pip freeze > deps.txt pip uninstall -y -r deps.txt pip install deltatwin-cli