File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Migrating to 0.6.0-alpha
1+ # Migrating to 0.6.0
22
33## Summary
4- This guide will help you migrate your codebase from 0.5.X to 0.6.0-alpha .
4+ This guide will help you migrate your codebase from 0.5.X to 0.6.0.
55
66## Installation
77``` bash
8- pip install --pre guardrails-ai
8+ pip install --upgrade guardrails-ai
99```
1010
1111## List of backwards incompatible changes
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const sidebars = {
4141 label : "Migration Guides" ,
4242 collapsed : false ,
4343 items : [
44- "migration_guides/0-6-alpha- migration" ,
44+ "migration_guides/0-6-migration" ,
4545 "migration_guides/0-5-migration" ,
4646 "migration_guides/0-4-migration" ,
4747 "migration_guides/0-3-migration" ,
You can’t perform that action at this time.
0 commit comments