We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdda781 commit 6cb7fa3Copy full SHA for 6cb7fa3
pyproject.toml
@@ -1,7 +1,7 @@
1
2
[project]
3
name = "langflow"
4
-version = "1.1.3"
+version = "1.1.4"
5
description = "A Python package with a built-in web application"
6
requires-python = ">=3.10,<3.13"
7
license = "MIT"
@@ -19,7 +19,7 @@ maintainers = [
19
]
20
# Define your main dependencies here
21
dependencies = [
22
- "langflow-base==0.1.3",
+ "langflow-base==0.1.4",
23
"beautifulsoup4==4.12.3",
24
"google-search-results>=2.4.1,<3.0.0",
25
"google-api-python-client==2.154.0",
src/backend/base/pyproject.toml
@@ -1,6 +1,6 @@
name = "langflow-base"
-version = "0.1.3"
+version = "0.1.4"
0 commit comments