Skip to content

Commit f5fb44e

Browse files
authored
Python: Bump weaviate image to 1.33.3 (#13313)
### Motivation and Context Weaviate server needs a bump. <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [X] The code builds clean without any errors or warnings - [X] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent cc43169 commit f5fb44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ jobs:
322322
# Opens tcp port 6379 on the host and service container
323323
- 6379:6379
324324
weaviate:
325-
image: cr.weaviate.io/semitechnologies/weaviate:1.26.6
325+
image: cr.weaviate.io/semitechnologies/weaviate:1.33.3
326326
ports:
327327
- 8080:8080
328328
- 50051:50051

0 commit comments

Comments
 (0)