Update langflow-base dependency version (#1601)
* Update version in pyproject.toml and fix dependency update script * Update langflow-base dependency version
This commit is contained in:
parent
7045346060
commit
2f4fcc967a
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ if __name__ == "__main__":
|
|||
|
||||
# Reading version and updating pyproject.toml
|
||||
langflow_base_path = Path(__file__).resolve().parent / "../src/backend/base/pyproject.toml"
|
||||
version = get_version_from_pypi("langflow-base")
|
||||
version = read_version_from_pyproject(langflow_base_path)
|
||||
if version:
|
||||
update_pyproject_dependency(pyproject_path, version)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue