Skip to content

Commit

Permalink
chore(deps): Bump the pip group across 4 directories with 3 updates (#8)
Browse files Browse the repository at this point in the history
Bumps the pip group with 1 update in the /examples/chainlit directory: [llama-index](https://github.com/run-llama/llama_index).
Bumps the pip group with 1 update in the /examples/functions directory: [langchain](https://github.com/langchain-ai/langchain).
Bumps the pip group with 2 updates in the /examples/langchain-chroma directory: [llama-index](https://github.com/run-llama/llama_index) and [langchain](https://github.com/langchain-ai/langchain).
Bumps the pip group with 1 update in the /examples/langchain/langchainpy-localai-example directory: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `llama-index` from 0.10.56 to 0.10.58
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.10.56...v0.10.58)

Updates `langchain` from 0.2.10 to 0.2.11
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.2.10...langchain==0.2.11)

Updates `llama-index` from 0.10.56 to 0.10.58
- [Release notes](https://github.com/run-llama/llama_index/releases)
- [Changelog](https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md)
- [Commits](run-llama/llama_index@v0.10.56...v0.10.58)

Updates `langchain` from 0.2.10 to 0.2.11
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](langchain-ai/langchain@langchain==0.2.10...langchain==0.2.11)

Updates `aiohttp` from 3.9.5 to 3.10.0
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.5...v3.10.0)

---
updated-dependencies:
- dependency-name: llama-index
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: llama-index
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: langchain
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent af05458 commit c15cf5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/chainlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
llama_index==0.10.56
llama_index==0.10.58
requests==2.32.3
weaviate_client==4.6.7
transformers
Expand Down
2 changes: 1 addition & 1 deletion examples/functions/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
langchain==0.2.10
langchain==0.2.11
openai==1.37.0
4 changes: 2 additions & 2 deletions examples/langchain-chroma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
langchain==0.2.10
langchain==0.2.11
openai==1.37.0
chromadb==0.5.5
llama-index==0.10.56
llama-index==0.10.58
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.5
aiohttp==3.10.0
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
Expand Down

0 comments on commit c15cf5c

Please sign in to comment.