diff --git a/pyproject.toml b/pyproject.toml index a4ca17ca9..486de9ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow" -version = "1.0.0a35" +version = "1.0.0a36" description = "A Python package with a built-in web application" authors = ["Langflow "] maintainers = [ diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 6297fcabd..b59196fa2 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langflow-base" -version = "0.0.46" +version = "0.0.47" description = "A Python package with a built-in web application" authors = ["Langflow "] maintainers = [ diff --git a/src/frontend/src/utils/utils.ts b/src/frontend/src/utils/utils.ts index 46c802211..6e47adf02 100644 --- a/src/frontend/src/utils/utils.ts +++ b/src/frontend/src/utils/utils.ts @@ -398,7 +398,7 @@ export function getCurlCode( -d '{"input_value": "message", "output_type": "chat", "input_type": "chat", - "tweaks": ${JSON.stringify(tweaksObject, null, 2)}' + "tweaks": ${JSON.stringify(tweaksObject, null, 2)}}' `; }