📦 chore(pyproject.toml): update package version from 0.4.17 to 0.4.18

🔧 chore(pyproject.toml): add markupsafe package as a dependency
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-09-09 09:30:07 -03:00
commit e89251ef98
2 changed files with 479 additions and 489 deletions

965
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "langflow"
version = "0.4.17"
version = "0.4.18"
description = "A Python package with a built-in web application"
authors = ["Logspace <contact@logspace.ai>"]
maintainers = [
@ -82,6 +82,7 @@ metaphor-python = "^0.1.11"
langfuse = "^1.0.13"
pillow = "^10.0.0"
metal-sdk = "^2.0.2"
markupsafe = "^2.1.3"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"