浏览代码

chore: dep bump

Timothy Jaeryang Baek 1 月之前
父节点
当前提交
de634a7599
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      pyproject.toml

+ 4 - 4
pyproject.toml

@@ -60,7 +60,7 @@ dependencies = [
     "qdrant-client==1.14.3",
     "qdrant-client==1.14.3",
     "opensearch-py==2.8.0",
     "opensearch-py==2.8.0",
     "playwright==1.49.1",
     "playwright==1.49.1",
-    "elasticsearch==9.0.1",
+    "elasticsearch==9.1.0",
     "pinecone==6.0.2",
     "pinecone==6.0.2",
     "oracledb==3.2.0",
     "oracledb==3.2.0",
 
 
@@ -112,7 +112,7 @@ dependencies = [
 
 
     
     
 
 
-    "googleapis-common-protos==1.63.2",
+    "googleapis-common-protos==1.70.0",
     "google-cloud-storage==2.19.0",
     "google-cloud-storage==2.19.0",
 
 
     "azure-identity==1.20.0",
     "azure-identity==1.20.0",
@@ -141,8 +141,8 @@ classifiers = [
 
 
 [project.optional-dependencies]
 [project.optional-dependencies]
 postgres = [
 postgres = [
-    "psycopg2-binary==2.9.9",
-    "pgvector==0.4.0",
+    "psycopg2-binary==2.9.10",
+    "pgvector==0.4.1",
 ]
 ]
 
 
 all = [
 all = [