Skip to content

Commit

Permalink
Merge pull request #286 from weaviate/jose/solve-python-client-depend…
Browse files Browse the repository at this point in the history
…ency

Pin the weaviate-python-client version for tests using v3.
  • Loading branch information
jfrancoa authored Dec 13, 2024
2 parents 28763e6 + b402995 commit 2247b2b
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/backup-and-flush/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3

2 changes: 1 addition & 1 deletion apps/backup_and_restore_crud/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3

2 changes: 1 addition & 1 deletion apps/backup_and_restore_out_of_sync/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.9.7,<4.5.0
numpy==1.22.2
loguru==0.5.3

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weaviate-client==3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3
2 changes: 1 addition & 1 deletion apps/compaction-roaringset/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weaviate-client>=3.11.0
weaviate-client>=3.26.7,<4.0.0
loguru==0.6.0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
2 changes: 1 addition & 1 deletion apps/delete_and_recreate/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3

2 changes: 1 addition & 1 deletion apps/filter-memory-leak/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.11.0
weaviate-client>=3.26.7,<4.0.0
loguru==0.5.3
numpy==1.22.2

2 changes: 1 addition & 1 deletion apps/geo-crash/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
weaviate-client>=3.11.0
weaviate-client>=3.26.7,<4.0.0
loguru==0.5.3

2 changes: 1 addition & 1 deletion apps/multi-node-references/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.2
loguru==0.5.3
weaviate-client>=3.19.0
weaviate-client>=3.26.7,<4.0.0
backoff==2.2.1
2 changes: 1 addition & 1 deletion apps/recall/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
torch==1.13+cpu
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
nltk==3.5
2 changes: 1 addition & 1 deletion apps/replicated-import/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.22.2
loguru==0.5.3
weaviate-client>=3.11.0
weaviate-client>=3.26.7,<4.0.0

2 changes: 1 addition & 1 deletion apps/replicated_import_with_backup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
loguru==0.5.3
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
loguru==0.6.0
2 changes: 1 addition & 1 deletion apps/segfault-on-batch-ref/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3

2 changes: 1 addition & 1 deletion apps/segfault-on-filtered-vector-search/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
weaviate-client>=3.9.0
weaviate-client>=3.26.7,<4.0.0
numpy==1.22.2
loguru==0.5.3

0 comments on commit 2247b2b

Please sign in to comment.