diff --git a/README.md b/README.md index 86aea3aa..3aa10ce3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/lightspeed-core/lightspeed-stack/blob/main/LICENSE) [![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/) [![Required Python version](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Flightspeed-core%2Flightspeed-stack%2Frefs%2Fheads%2Fmain%2Fpyproject.toml)](https://www.python.org/) -[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.1.1) +[![Tag](https://img.shields.io/github/v/tag/lightspeed-core/lightspeed-stack)](https://github.com/lightspeed-core/lightspeed-stack/releases/tag/0.1.2) Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases. diff --git a/docs/getting_started.md b/docs/getting_started.md index 355af421..aca65c87 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -663,7 +663,7 @@ It is possible to run Lightspeed Core Stack service with Llama Stack "embedded" + greenlet==3.2.3 + grpcio==1.74.0 + httpx-sse==0.4.1 - ~ lightspeed-stack==0.1.1 (from file:///tmp/ramdisk/lightspeed-stack) + ~ lightspeed-stack==0.1.2 (from file:///tmp/ramdisk/lightspeed-stack) + litellm==1.74.9.post1 + lxml==6.0.0 + mcp==1.12.2 diff --git a/docs/openapi.json b/docs/openapi.json index 915b851d..4342cc48 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -7,7 +7,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "0.1.1" + "version": "0.1.2" }, "paths": { "/": { @@ -1768,4 +1768,4 @@ } } } -} +} \ No newline at end of file diff --git a/src/version.py b/src/version.py index 18f872bb..6867ac6f 100644 --- a/src/version.py +++ b/src/version.py @@ -9,4 +9,4 @@ # [tool.pdm.version] # source = "file" # path = "src/version.py" -__version__ = "0.1.1" +__version__ = "0.1.2"