|
10 | 10 | ================================================================================ |
11 | 11 | Together Python SDK 2.0 is now available! |
12 | 12 |
|
13 | | -Install: pip install --pre together |
| 13 | +Install: pip install together --upgrade |
| 14 | +Install: uv sync --upgrade-package together |
14 | 15 | New SDK: https://github.com/togethercomputer/together-py |
15 | 16 | Migration guide: https://docs.together.ai/docs/pythonv2-migration-guide |
16 | 17 |
|
17 | | -This package will be maintained until January 2026. |
| 18 | +Together V1 is now deprecated and will be maintained in maintanence mode. |
| 19 | +All new features and development will occur in the 2.0 SDK. |
18 | 20 | ================================================================================ |
19 | 21 | """ |
20 | 22 |
|
|
28 | 30 | console.print( |
29 | 31 | Panel( |
30 | 32 | "[bold cyan]Together Python SDK 2.0 is now available![/bold cyan]\n\n" |
31 | | - "Install the beta:\n" |
32 | | - "[green]pip install --pre together[/green] or " |
33 | | - "[green]uv add together --prerelease allow[/green]\n\n" |
| 33 | + "Upgrade to the latest version:\n" |
| 34 | + "[green]pip install together --upgrade[/green] or " |
| 35 | + "[green]uv sync --upgrade-package together[/green]\n\n" |
34 | 36 | "New SDK: [link=https://github.com/togethercomputer/together-py]" |
35 | 37 | "https://github.com/togethercomputer/together-py[/link]\n" |
36 | | - "Migration guide: [link=https://docs.together.ai/docs/pythonv2-migration-guide]" |
37 | | - "https://docs.together.ai/docs/pythonv2-migration-guide[/link]\n\n" |
38 | | - "[dim]This package will be maintained until January 2026.\n" |
39 | | - "Set TOGETHER_NO_BANNER=1 to hide this message.[/dim]", |
| 38 | + "Migration guide: [link=https://docs.together.ai/docs/pythonv2-migration-guide]", |
| 39 | + "https://docs.together.ai/docs/pythonv2-migration-guide[/link]", |
| 40 | + "[dim]Together V1 is now deprecated and will be maintained in maintanence mode. All new features and development will occur in the 2.0 SDK.[/dim]\n" |
40 | 41 | title="🚀 New SDK Available", |
41 | 42 | border_style="cyan", |
42 | 43 | ) |
|
0 commit comments