We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfcf68 commit bc472a6Copy full SHA for bc472a6
1 file changed
pyproject.toml
@@ -1,14 +1,13 @@
1
[project]
2
name = "haverscript"
3
-version = "0.2.2"
4
-description = "Library for managing LLM interactions and building agents."
+version = "0.3.0"
+description = "Library for building agents and managing LLM interactions."
5
authors = [{ name = "Andy Gill", email = "andygillku@gmail.com" }]
6
readme = "README.md"
7
license = { text = "MIT" }
8
requires-python = ">=3.10"
9
dependencies = [
10
"docstring_parser >= 0.16",
11
- "frozendict>=2.4.6",
12
"jsonref>=1.1.0",
13
"ollama>=0.4.4",
14
"pydantic>=2.9.0",
0 commit comments