Skip to content

Commit bf6087b

Browse files
build(deps): bump the python-packages group with 4 updates
Bumps the python-packages group with 4 updates: [openai](https://github.com/openai/openai-python), [ollama](https://github.com/ollama/ollama-python), [transformers](https://github.com/huggingface/transformers) and [bitsandbytes](https://github.com/bitsandbytes-foundation/bitsandbytes). Updates `openai` from 1.55.3 to 1.58.1 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v1.55.3...v1.58.1) Updates `ollama` from 0.4.2 to 0.4.5 - [Release notes](https://github.com/ollama/ollama-python/releases) - [Commits](ollama/ollama-python@v0.4.2...v0.4.5) Updates `transformers` from 4.46.3 to 4.47.1 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.46.3...v4.47.1) Updates `bitsandbytes` from 0.44.1 to 0.45.0 - [Release notes](https://github.com/bitsandbytes-foundation/bitsandbytes/releases) - [Changelog](https://github.com/bitsandbytes-foundation/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](bitsandbytes-foundation/bitsandbytes@0.44.1...0.45.0) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ollama dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: transformers dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: bitsandbytes dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b94e670 commit bf6087b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ def read(fname):
3333
'tree_sitter==0.21.3',
3434
'gitpython==3.1.43',
3535
'appdirs==1.4.4',
36-
'openai==1.55.3',
36+
'openai==1.58.1',
3737
'sortedcontainers==2.4.0',
3838
'langdetect==1.0.9',
39-
'ollama==0.4.2',
39+
'ollama==0.4.5',
4040
],
4141
extras_require={
4242
'dev': [
@@ -47,8 +47,8 @@ def read(fname):
4747
],
4848
'transformers': [
4949
'torch==2.5.1',
50-
'transformers==4.46.3',
51-
'bitsandbytes==0.44.1',
50+
'transformers==4.47.1',
51+
'bitsandbytes==0.45.0',
5252
],
5353
},
5454
)

0 commit comments

Comments
 (0)