Bump the app group with 8 updates
Browse filesBumps the app group with 8 updates:
| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.12.0` | `0.15.0` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.1.4` | `0.1.5` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.0.84` | `0.0.86` |
| [openai](https://github.com/openai/openai-python) | `1.10.0` | `1.11.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.6.0` | `2.6.1` |
| [sentence-transformers](https://github.com/UKPLab/sentence-transformers) | `2.3.0` | `2.3.1` |
| [streamlit](https://github.com/streamlit/streamlit) | `1.30.0` | `1.31.0` |
| [torch](https://github.com/pytorch/pytorch) | `2.1.2` | `2.2.0` |
Updates `anthropic` from 0.12.0 to 0.15.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.12.0...v0.15.0)
Updates `langchain` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.4...v0.1.5)
Updates `langsmith` from 0.0.84 to 0.0.86
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.0.84...v0.0.86)
Updates `openai` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.10.0...v1.11.1)
Updates `pydantic` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.6.0...v2.6.1)
Updates `sentence-transformers` from 2.3.0 to 2.3.1
- [Release notes](https://github.com/UKPLab/sentence-transformers/releases)
- [Commits](https://github.com/UKPLab/sentence-transformers/compare/v2.3.0...v2.3.1)
Updates `streamlit` from 1.30.0 to 1.31.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.30.0...1.31.0)
Updates `torch` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.1.2...v2.2.0)
---
updated-dependencies:
- dependency-name: anthropic
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: langsmith
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: pydantic
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: sentence-transformers
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: streamlit
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: torch
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +8 -8
@@ -1,11 +1,11 @@
|
|
1 |
-
anthropic==0.
|
2 |
faiss-cpu==1.7.4
|
3 |
huggingface-hub==0.20.3
|
4 |
-
langchain==0.1.
|
5 |
-
langsmith==0.0.
|
6 |
-
openai==1.
|
7 |
-
pydantic==2.6.
|
8 |
PyYAML==6.0.1
|
9 |
-
sentence-transformers==2.3.
|
10 |
-
streamlit==1.
|
11 |
-
torch==2.
|
|
|
1 |
+
anthropic==0.15.0
|
2 |
faiss-cpu==1.7.4
|
3 |
huggingface-hub==0.20.3
|
4 |
+
langchain==0.1.5
|
5 |
+
langsmith==0.0.86
|
6 |
+
openai==1.11.1
|
7 |
+
pydantic==2.6.1
|
8 |
PyYAML==6.0.1
|
9 |
+
sentence-transformers==2.3.1
|
10 |
+
streamlit==1.31.0
|
11 |
+
torch==2.2.0 -f https://download.pytorch.org/whl/cpu/torch_stable.html
|