diff --git a/pyproject.toml b/pyproject.toml index a79ce7a5..1925fc46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "celeste-ai" -version = "0.2.2" +version = "0.2.4" description = "Open source, type-safe primitives for multi-modal AI. All capabilities, all providers, one interface" authors = [{name = "Kamilbenkirane", email = "kamil@withceleste.ai"}] readme = "README.md" @@ -36,10 +36,12 @@ Issues = "https://github.com/withceleste/celeste-python/issues" text-generation = ["celeste-text-generation>=0.2.1"] image-generation = ["celeste-image-generation>=0.2.1"] image-intelligence = ["celeste-image-intelligence>=0.2.1"] +speech-generation = ["celeste-speech-generation>=0.2.3"] all = [ "celeste-text-generation>=0.2.1", "celeste-image-generation>=0.2.1", "celeste-image-intelligence>=0.2.1", + "celeste-speech-generation>=0.2.3", ] [dependency-groups]