embedchain version bump -> 0.1.128 (#2437)

This commit is contained in:
Dev Khant
2025-03-25 13:18:34 +05:30
committed by GitHub
parent b54845bcc9
commit 5ec7889d9a
2 changed files with 567 additions and 90 deletions

651
embedchain/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "embedchain" name = "embedchain"
version = "0.1.127" version = "0.1.128"
description = "Simplest open source retrieval (RAG) framework" description = "Simplest open source retrieval (RAG) framework"
authors = [ authors = [
"Taranjeet Singh <taranjeet@embedchain.ai>", "Taranjeet Singh <taranjeet@embedchain.ai>",
@@ -91,7 +91,7 @@ exclude = '''
color = true color = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.9,<=3.13" python = ">=3.9,<=3.13.2"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
langchain = "^0.3.1" langchain = "^0.3.1"
requests = "^2.31.0" requests = "^2.31.0"
@@ -139,7 +139,7 @@ alembic = "^1.13.1"
langchain-cohere = "^0.3.0" langchain-cohere = "^0.3.0"
langchain-community = "^0.3.1" langchain-community = "^0.3.1"
langchain-aws = {version = "^0.2.1", optional = true} langchain-aws = {version = "^0.2.1", optional = true}
langsmith = "^0.1.17" langsmith = "^0.3.18"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
black = "^23.3.0" black = "^23.3.0"