We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46913c1 commit 7b56b2bCopy full SHA for 7b56b2b
modules/weaviate/testcontainers/weaviate/__init__.py
@@ -63,7 +63,7 @@ class WeaviateContainer(DbContainer):
63
64
def __init__(
65
self,
66
- image: str = "semitechnologies/weaviate:1.24.5",
+ image: str = "semitechnologies/weaviate:1.29.0",
67
env_vars: Optional[dict[str, str]] = None,
68
**kwargs,
69
) -> None:
0 commit comments