From 56ceecb4e3080453b638144c6e42c325e6f72483 Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Mon, 23 Sep 2024 15:16:51 +0530 Subject: [PATCH] chore: embedchain version -> 0.1.122 (#1896) --- embedchain/pyproject.toml | 4 ++-- poetry.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/embedchain/pyproject.toml b/embedchain/pyproject.toml index 0874a101..c2f22044 100644 --- a/embedchain/pyproject.toml +++ b/embedchain/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "embedchain" -version = "0.1.121" +version = "0.1.122" description = "Simplest open source retrieval (RAG) framework" authors = [ "Taranjeet Singh ", @@ -103,7 +103,7 @@ beautifulsoup4 = "^4.12.2" pypdf = "^4.0.1" gptcache = "^0.1.43" pysbd = "^0.3.4" -mem0ai = "^0.1.3" +mem0ai = "^0.1.15" tiktoken = { version = "^0.7.0", optional = true } sentence-transformers = { version = "^2.2.2", optional = true } torch = { version = "2.3.0", optional = true } diff --git a/poetry.lock b/poetry.lock index 0360b809..10a27332 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1744,7 +1744,7 @@ files = [ ] [package.dependencies] -greenlet = {version = "!=0.4.17", markers = "python_version < \"3.13\" and (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\")"} +greenlet = {version = "!=0.4.17", markers = "python_version < \"3.13\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")"} typing-extensions = ">=4.6.0" [package.extras]