📦 chore(pyproject.toml): update package version from 0.4.15 to 0.4.16

🔧 chore(pyproject.toml): add pillow package as a dependency for the project
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-24 22:25:16 -03:00
commit b326a7e246
2 changed files with 4 additions and 3 deletions

4
poetry.lock generated
View file

@ -4195,7 +4195,7 @@ files = [
name = "pillow"
version = "10.0.0"
description = "Python Imaging Library (Fork)"
optional = true
optional = false
python-versions = ">=3.8"
files = [
{file = "Pillow-10.0.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:1f62406a884ae75fb2f818694469519fb685cc7eaff05d3451a9ebe55c646891"},
@ -7467,4 +7467,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.11"
content-hash = "1effd07e35ba89cc3971f027218032e24e7816d93bccb7fd6470cc56acc04418"
content-hash = "36e1f79f4e6d2e55b652d10e43ccde639714ffff2965fa52b466bd854259ebf6"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.4.15"
version = "0.4.16"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [
@ -79,6 +79,7 @@ psycopg-binary = "^3.1.9"
fastavro = "^1.8.0"
langchain-experimental = "^0.0.8"
metaphor-python = "^0.1.11"
pillow = "^10.0.0"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"