Skip to content

Commit bc472a6

Browse files
committed
Update to 0.3.0
1 parent 3bfcf68 commit bc472a6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
[project]
22
name = "haverscript"
3-
version = "0.2.2"
4-
description = "Library for managing LLM interactions and building agents."
3+
version = "0.3.0"
4+
description = "Library for building agents and managing LLM interactions."
55
authors = [{ name = "Andy Gill", email = "andygillku@gmail.com" }]
66
readme = "README.md"
77
license = { text = "MIT" }
88
requires-python = ">=3.10"
99
dependencies = [
1010
"docstring_parser >= 0.16",
11-
"frozendict>=2.4.6",
1211
"jsonref>=1.1.0",
1312
"ollama>=0.4.4",
1413
"pydantic>=2.9.0",

0 commit comments

Comments
 (0)