chore: bump langflow version (#9402)
* bug: re-add NVIDIA Remix starter template (#8994) feat: add NVIDIA Remix starter template Introduced a new JSON configuration file for the NVIDIA Remix starter project, defining nodes and edges for chat input, output, and agent interactions. This setup enhances the integration of the NVIDIA RTX Remix Toolkit REST API, providing a structured approach for building chat-based applications. Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> * chore(release): bump to 1.5.0.post2 * bug: re-add NVIDIA Remix starter template (#8994) feat: add NVIDIA Remix starter template Introduced a new JSON configuration file for the NVIDIA Remix starter project, defining nodes and edges for chat input, output, and agent interactions. This setup enhances the integration of the NVIDIA RTX Remix Toolkit REST API, providing a structured approach for building chat-based applications. Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org> * Bump langflow-base version to 0.5.0.post2 Updated the langflow-base package version in pyproject.toml and uv.lock to 0.5.0.post2 for release or deployment purposes. --------- Co-authored-by: Sebastián Estévez <estevezsebastian@gmail.com> Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
parent
c188ec113c
commit
3d601ffa79
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "langflow"
|
||||
version = "1.5.0.post1"
|
||||
version = "1.5.0.post2"
|
||||
description = "A Python package with a built-in web application"
|
||||
requires-python = ">=3.10,<3.14"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "langflow-base"
|
||||
version = "0.5.0.post1"
|
||||
version = "0.5.0.post2"
|
||||
description = "A Python package with a built-in web application"
|
||||
requires-python = ">=3.10,<3.14"
|
||||
license = "MIT"
|
||||
|
|
|
|||
4
uv.lock
generated
4
uv.lock
generated
|
|
@ -4827,7 +4827,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "langflow"
|
||||
version = "1.5.0.post1"
|
||||
version = "1.5.0.post2"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "aiofile" },
|
||||
|
|
@ -5200,7 +5200,7 @@ dev = [
|
|||
|
||||
[[package]]
|
||||
name = "langflow-base"
|
||||
version = "0.5.0.post1"
|
||||
version = "0.5.0.post2"
|
||||
source = { editable = "src/backend/base" }
|
||||
dependencies = [
|
||||
{ name = "aiofile" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue