|
1 | 1 | [project] |
2 | 2 | name = "celeste-ai" |
3 | | -version = "0.2.14" |
| 3 | +version = "0.3.0" |
4 | 4 | description = "Open source, type-safe primitives for multi-modal AI. All capabilities, all providers, one interface" |
5 | 5 | authors = [{name = "Kamilbenkirane", email = "kamil@withceleste.ai"}] |
6 | 6 | readme = "README.md" |
@@ -33,15 +33,15 @@ Repository = "https://github.com/withceleste/celeste-python" |
33 | 33 | Issues = "https://github.com/withceleste/celeste-python/issues" |
34 | 34 |
|
35 | 35 | [project.optional-dependencies] |
36 | | -text-generation = ["celeste-text-generation>=0.2.10"] |
37 | | -image-generation = ["celeste-image-generation>=0.2.9"] |
38 | | -video-generation = ["celeste-video-generation>=0.2.8"] |
39 | | -speech-generation = ["celeste-speech-generation>=0.2.9"] |
| 36 | +text-generation = ["celeste-text-generation>=0.3.0"] |
| 37 | +image-generation = ["celeste-image-generation>=0.3.0"] |
| 38 | +video-generation = ["celeste-video-generation>=0.3.0"] |
| 39 | +speech-generation = ["celeste-speech-generation>=0.3.0"] |
40 | 40 | all = [ |
41 | | - "celeste-text-generation>=0.2.10", |
42 | | - "celeste-image-generation>=0.2.9", |
43 | | - "celeste-video-generation>=0.2.8", |
44 | | - "celeste-speech-generation>=0.2.9", |
| 41 | + "celeste-text-generation>=0.3.0", |
| 42 | + "celeste-image-generation>=0.3.0", |
| 43 | + "celeste-video-generation>=0.3.0", |
| 44 | + "celeste-speech-generation>=0.3.0", |
45 | 45 | ] |
46 | 46 |
|
47 | 47 | [dependency-groups] |
|
0 commit comments