File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = ["src/backend/langflow"]
12
12
13
13
[project ]
14
14
name = " langflow"
15
- version = " 1.0.19.post1 "
15
+ version = " 1.0.19.post2 "
16
16
description = " A Python package with a built-in web application"
17
17
requires-python = " >=3.10,<3.13"
18
18
license = " MIT"
@@ -31,7 +31,7 @@ maintainers = [
31
31
32
32
# Define your main dependencies here
33
33
dependencies = [
34
- " langflow-base==0.0.98 " ,
34
+ " langflow-base==0.0.99 " ,
35
35
" beautifulsoup4>=4.12.2" ,
36
36
" google-search-results>=2.4.1" ,
37
37
" google-api-python-client>=2.130.0" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ build-backend = "hatchling.build"
81
81
82
82
[project ]
83
83
name = " langflow-base"
84
- version = " 0.0.98 "
84
+ version = " 0.0.99 "
85
85
description = " A Python package with a built-in web application"
86
86
requires-python = " >=3.10,<3.13"
87
87
license = " MIT"
You can’t perform that action at this time.
0 commit comments