dependabot[bot] commited on
Commit
f1386f0
1 Parent(s): d87243a

Bump the app group with 5 updates

Browse files

Bumps the app group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.9.0` | `0.10.0` |
| [huggingface-hub](https://github.com/huggingface/huggingface_hub) | `0.20.2` | `0.20.3` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.1.0` | `0.1.1` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.0.80` | `0.0.83` |
| [openai](https://github.com/openai/openai-python) | `1.7.2` | `1.9.0` |


Updates `anthropic` from 0.9.0 to 0.10.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.9.0...v0.10.0)

Updates `huggingface-hub` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/huggingface/huggingface_hub/releases)
- [Commits](https://github.com/huggingface/huggingface_hub/compare/v0.20.2...v0.20.3)

Updates `langchain` from 0.1.0 to 0.1.1
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.0...v0.1.1)

Updates `langsmith` from 0.0.80 to 0.0.83
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.0.80...v0.0.83)

Updates `openai` from 1.7.2 to 1.9.0
- [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.7.2...v1.9.0)

---
updated-dependencies:
- dependency-name: anthropic
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: huggingface-hub
dependency-type: direct:production
update-type: version-update:semver-patch
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
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,9 +1,9 @@
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
 
1
+ anthropic==0.10.0
2
  faiss-cpu==1.7.4
3
+ huggingface-hub==0.20.3
4
+ langchain==0.1.1
5
+ langsmith==0.0.83
6
+ openai==1.9.0
7
  pydantic==2.5.3
8
  PyYAML==6.0.1
9
  sentence-transformers==2.2.2