Update package versions in pyproject.toml and fix dependencies (#1643)

* Update package versions in pyproject.toml and fix dependencies

* Update Docker image tags in GitHub workflows and README.md
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-08 17:18:23 -03:00 committed by GitHub
commit cf4ca624b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 187 additions and 282 deletions

View file

@ -82,4 +82,4 @@ jobs:
push: true
file: ./build_and_push_base.Dockerfile
tags: |
logspace/langflow:base-${{ steps.check-version.outputs.version }}
langflow/langflow:base-${{ steps.check-version.outputs.version }}

View file

@ -81,5 +81,5 @@ jobs:
push: true
file: ./build_and_push.Dockerfile
tags: |
logspace/langflow:${{ steps.check-version.outputs.version }}
logspace/langflow:1.0-alpha
langflow/langflow:${{ steps.check-version.outputs.version }}
langflow/langflow:1.0-alpha

View file

@ -61,5 +61,5 @@ jobs:
push: true
file: ./build_and_push.Dockerfile
tags: |
logspace/langflow:${{ steps.check-version.outputs.version }}
logspace/langflow:latest
langflow/langflow:${{ steps.check-version.outputs.version }}
langflow/langflow:latest