Skip to content

Commit

Permalink
client v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Oct 24, 2024
1 parent 55fc16f commit 8acee8b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 34 deletions.
54 changes: 27 additions & 27 deletions client/poetry.lock

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

13 changes: 6 additions & 7 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "astra-assistants"
version = "2.2.3"
version = "2.2.5"
description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB"
authors = ["phact <[email protected]>"]
readme = "README.md"
Expand All @@ -18,20 +18,19 @@ lsprotocol = "^2023.0.1"
python-lsp-jsonrpc = "^1.1.2"
ruff = "^0.6.2"
tree-sitter = "^0.23.0"
astrapy = { version = "^1.2.1", optional = true }
e2b-code-interpreter = { version = "^0.0.10", optional = true }
e2b = { version = "^0.17.1", optional = true }


[tool.poetry.group.dev.dependencies]
pytest = "^8.0.2"
export = "^0.2.1"
pytest-asyncio = "^0.23.7"
pytest-timeout = "^2.3.1"

[tool.poetry.group.optional.dependencies]
astrapy = "^1.2.1"
e2b-code-interpreter = "^0.0.10"
e2b = "^0.17.1"

[tool.poetry.extras]
optional = ["e2b-code-interpreter", "e2b", "astrapy"]
tools = ["e2b-code-interpreter", "e2b", "astrapy"]

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8acee8b

Please sign in to comment.