Bump the app group with 4 updates
Browse filesBumps the app group with 4 updates: [anthropic](https://github.com/anthropics/anthropic-sdk-python), [langsmith](https://github.com/langchain-ai/langsmith-sdk), [openai](https://github.com/openai/openai-python) and [streamlit](https://github.com/streamlit/streamlit).
Updates `anthropic` from 0.8.1 to 0.9.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.8.1...v0.9.0)
Updates `langsmith` from 0.0.77 to 0.0.80
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.0.77...v0.0.80)
Updates `openai` from 1.6.1 to 1.7.2
- [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.6.1...v1.7.2)
Updates `streamlit` from 1.29.0 to 1.30.0
- [Release notes](https://github.com/streamlit/streamlit/releases)
- [Commits](https://github.com/streamlit/streamlit/compare/1.29.0...1.30.0)
---
updated-dependencies:
- dependency-name: anthropic
dependency-type: direct:production
update-type: version-update:semver-minor
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: streamlit
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +4 -4
@@ -1,11 +1,11 @@
|
|
1 |
-
anthropic==0.
|
2 |
faiss-cpu==1.7.4
|
3 |
huggingface-hub==0.20.2
|
4 |
langchain==0.1.0
|
5 |
-
langsmith==0.0.
|
6 |
-
openai==1.
|
7 |
pydantic==2.5.3
|
8 |
PyYAML==6.0.1
|
9 |
sentence-transformers==2.2.2
|
10 |
-
streamlit==1.
|
11 |
torch==2.1.2 -f https://download.pytorch.org/whl/cpu/torch_stable.html
|
|
|
1 |
+
anthropic==0.9.0
|
2 |
faiss-cpu==1.7.4
|
3 |
huggingface-hub==0.20.2
|
4 |
langchain==0.1.0
|
5 |
+
langsmith==0.0.80
|
6 |
+
openai==1.7.2
|
7 |
pydantic==2.5.3
|
8 |
PyYAML==6.0.1
|
9 |
sentence-transformers==2.2.2
|
10 |
+
streamlit==1.30.0
|
11 |
torch==2.1.2 -f https://download.pytorch.org/whl/cpu/torch_stable.html
|