mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 11:10:43 +08:00
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:
@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user