Update ollama requirement from ==0.2.* to ==0.3.* in /docker/main

Updates the requirements on [ollama](https://github.com/jmorganca/ollama-python) to permit the latest version.
- [Release notes](https://github.com/jmorganca/ollama-python/releases)
- [Commits](https://github.com/jmorganca/ollama-python/compare/v0.2.0...v0.3.3)

---
updated-dependencies:
- dependency-name: ollama
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-03 11:51:25 +00:00 committed by GitHub
parent 54900ae318
commit 5287b3fc96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@ chromadb == 0.5.7
onnx_clip == 4.0.*
# Generative AI
google-generativeai == 0.6.*
ollama == 0.2.*
ollama == 0.3.*
openai == 1.30.*
# push notifications
py-vapid == 1.9.*