Update transformers requirement in /docker/main

Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.45.0...v4.57.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-version: 4.57.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-06 11:59:02 +00:00 committed by GitHub
parent 4bea69591b
commit 08230cd096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ scipy == 1.16.*
openvino == 2025.3.* openvino == 2025.3.*
onnxruntime == 1.22.* onnxruntime == 1.22.*
# Embeddings # Embeddings
transformers == 4.45.* transformers == 4.57.*
# Generative AI # Generative AI
google-generativeai == 0.8.* google-generativeai == 0.8.*
ollama == 0.5.* ollama == 0.5.*