Skip to content

Commit

Permalink
chore(deps): update ollama requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [ollama](https://github.com/ollama/ollama-python) to permit the latest version.

Updates `ollama` to 0.4.2
- [Release notes](https://github.com/ollama/ollama-python/releases)
- [Commits](ollama/ollama-python@v0.3.3...v0.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent 1b56d62 commit 485ac1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/pgai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"langchain-openai>=0.1,<1.0",
"langchain-text-splitters>=0.2,<1.0",
"pydantic>=2.0,<3.0",
"ollama>=0.3.3,<0.4.0",
"ollama>=0.3.3,<0.5.0",
"openai>=1.44,<2.0",
"python-dotenv>=1.0,<2.0",
"structlog>=24.0,<25.0",
Expand Down

0 comments on commit 485ac1b

Please sign in to comment.