Skip to content

Commit 9eab745

Browse files
committed
version bump
1 parent 1cd70fc commit 9eab745

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

poetry.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tool-parse"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "Making LLM Tool-Calling Simpler."
55
authors = ["Harsh Verma <[email protected]>"]
66
repository = "https://github.com/synacktraa/tool-parse"
@@ -11,7 +11,7 @@ packages = [
1111
]
1212

1313
[tool.poetry.dependencies]
14-
python = ">=3.8,<=3.12.*"
14+
python = ">=3.8,<3.13"
1515
docstring-parser = ">=0.15"
1616
pydantic = {version = ">=2.0", optional = true}
1717
langchain-core = {version = ">=0.3.0", optional = true, python = ">=3.9"}

0 commit comments

Comments
 (0)