diff --git a/pyproject.toml b/pyproject.toml index c818b4535e..45ceb57c15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ rag = [ "cohere>=5.11.0,<6", "unstructured==0.16.20; python_version < '3.13'", "crawl4ai>=0.3.745", - "pyobvector>=0.1.18; python_version < '3.13'", + "pyobvector>=0.2.22; python_version < '3.13'", "google-genai>=1.13.0", "chunkr-ai>=0.0.50, <0.1.0", "chromadb>=0.6.0,<1.0.0", @@ -218,7 +218,7 @@ storage = [ "google-cloud-storage>=2.18.0,<3", "botocore>=1.35.3,<2", "mem0ai>=0.1.73", - "pyobvector>=0.1.18; python_version < '3.13'", + "pyobvector>=0.2.22; python_version < '3.13'", "weaviate-client>=4.15.0", "protobuf>=6.0.0", "grpcio>=1.72.0", @@ -424,7 +424,7 @@ all = [ "exa-py>=1.10.0,<2", "crawl4ai>=0.4.0", "pyautogui>=0.9.54,<0.10", - "pyobvector>=0.1.18; python_version < '3.13'", + "pyobvector>=0.2.22; python_version < '3.13'", "scrapegraph-py>=1.12.0,<2", "daytona-sdk>=0.20.0", "ibm-watsonx-ai>=1.3.11", diff --git a/uv.lock b/uv.lock index 3b480d32bf..0e38a9e17f 100644 --- a/uv.lock +++ b/uv.lock @@ -1605,9 +1605,9 @@ requires-dist = [ { name = "pymupdf", marker = "extra == 'all'", specifier = ">=1.22.5,<2" }, { name = "pymupdf", marker = "extra == 'document-tools'", specifier = ">=1.22.5,<2" }, { name = "pymupdf", marker = "extra == 'owl'", specifier = ">=1.22.5,<2" }, - { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'all'", specifier = ">=0.1.18" }, - { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'rag'", specifier = ">=0.1.18" }, - { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'storage'", specifier = ">=0.1.18" }, + { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'all'", specifier = ">=0.2.22" }, + { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'rag'", specifier = ">=0.2.22" }, + { name = "pyobvector", marker = "python_full_version < '3.13' and extra == 'storage'", specifier = ">=0.2.22" }, { name = "pyowm", marker = "extra == 'all'", specifier = ">=3.3.0,<4" }, { name = "pyowm", marker = "extra == 'web-tools'", specifier = ">=3.3.0,<4" }, { name = "pytelegrambotapi", marker = "extra == 'all'", specifier = ">=4.18.0,<5" },