Skip to content

Commit 0fcfdd5

Browse files
authoredFeb 25, 2025··
fix: Revert "chore(deps): update dependency google-cloud-storage to v3" (#360)
* Revert "chore(deps): update dependency google-cloud-storage to v3 (#334)" This reverts commit 42508bb. * Update pyproject.toml * pin GCS dep
1 parent 23b05d2 commit 0fcfdd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [
1010
]
1111
dependencies = [
1212
"google-cloud-alloydb-connector[asyncpg]>=1.2.0, <2.0.0",
13-
"google-cloud-storage>=3.0.0, <3.1.0",
13+
"google-cloud-storage>=2.18.2, <4.0.0",
1414
"langchain-core>=0.2.36, <1.0.0",
1515
"numpy>=1.24.4, <2.0.0",
1616
"pgvector>=0.2.5, <1.0.0",

‎requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-alloydb-connector[asyncpg]==1.7.0
2-
google-cloud-storage>=2.18.2
2+
google-cloud-storage==2.18.2
33
langchain-core==0.3.34
44
numpy==1.26.4
55
pgvector==0.3.6

0 commit comments

Comments
 (0)
Please sign in to comment.