Skip to content

Commit

Permalink
Pin ollama to <0.4 till we fix breaking changes. See #139
Browse files Browse the repository at this point in the history
  • Loading branch information
ggozad committed Nov 23, 2024
1 parent 0ad30d1 commit b4f3eec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.6.9 -
0.6.9 - 2024-11-23
------------------

- Simplify aiosql usage.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "oterm"
version = "0.6.8"
version = "0.6.9"
description = "A text-based terminal client for Ollama."
authors = [{ name = "Yiorgis Gozadinos", email = "ggozadinos@gmail.com" }]
license = { text = "MIT" }
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies = [
"packaging>=24.2,<25",
"rich-pixels>=3.0.1",
"pillow>=11.0.0,<12",
"ollama>=0.3.3",
"ollama>=0.3.3,<0.4",
"textualeffects>=0.1.3",
"textual-dev>=1.6.1",
]
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4f3eec

Please # to comment.