Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Oct 3, 2024
1 parent 1cd70fc commit 9eab745
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tool-parse"
version = "1.1.2"
version = "1.1.3"
description = "Making LLM Tool-Calling Simpler."
authors = ["Harsh Verma <[email protected]>"]
repository = "https://github.com/synacktraa/tool-parse"
Expand All @@ -11,7 +11,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.8,<=3.12.*"
python = ">=3.8,<3.13"
docstring-parser = ">=0.15"
pydantic = {version = ">=2.0", optional = true}
langchain-core = {version = ">=0.3.0", optional = true, python = ">=3.9"}
Expand Down

0 comments on commit 9eab745

Please sign in to comment.