Skip to content

Commit

Permalink
Version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Jan 16, 2025
1 parent bdbc7df commit a46d0db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rigging"
version = "2.1.1"
version = "2.1.2"
description = "LLM Interaction Framework"
authors = ["Nick Landers <[email protected]>"]
license = "MIT"
Expand All @@ -21,6 +21,7 @@ xmltodict = "^0.13.0"
colorama = "^0.4.6"
boto3 = "^1.35.0"
boto3-stubs = { extras = ["s3"], version = "^1.35.0" }
logfire-api = "^3.1.1"

vllm = { version = "^0.5.0", optional = true }
transformers = { version = "^4.41.0", optional = true }
Expand All @@ -31,9 +32,9 @@ click = { version = "^8.1.7", optional = true }
httpx = { version = "^0.27.0", optional = true }
aiodocker = { version = "^0.22.2", optional = true }
websockets = { version = "^13.0", optional = true }
logfire-api = "^3.1.1"

[tool.poetry.extras]
tracing = ["logfire"]
examples = ["asyncssh", "click", "httpx", "aiodocker", "websockets"]
all = [
"vllm",
Expand All @@ -44,6 +45,7 @@ all = [
"httpx",
"aiodocker",
"websockets",
"logfire",
]

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rigging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from rigging.tool import ApiTool, Tool
from rigging.util import await_

__version__ = "2.1.1"
__version__ = "2.1.2"

__all__ = [
"get_generator",
Expand Down

0 comments on commit a46d0db

Please sign in to comment.