Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm207 committed Jan 31, 2024
2 parents 7119211 + 5be87a5 commit eaadf3f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest-mock = "^3.10.0"
syrupy = "^4.0.2"
pytest-watcher = "^0.3.4"
pytest-asyncio = ">=0.21.1,<0.24.0"
langchain = "^0.0.352"
langchain = ">=0.0.352,<0.1.5"
pytest-docker = ">=2.0.1,<4.0.0"
pytest-xdist = "^3.5.0"
openai = "^1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- '8080'
- --scheme
- http
image: semitechnologies/weaviate:1.23.6
image: semitechnologies/weaviate:1.23.7
ports:
- "8080"
- "50051"
Expand Down

0 comments on commit eaadf3f

Please sign in to comment.