Skip to content

Commit 096311d

Browse files
committed
client v2.4.4
1 parent 99be9a6 commit 096311d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

client/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "astra-assistants"
3-
version = "2.4.2"
3+
version = "2.4.4"
44
description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB"
55
authors = ["phact <estevezsebastian@gmail.com>"]
66
readme = "README.md"
77

88
[tool.poetry.dependencies]
99
python = "^3.12.0"
1010
httpx = "^0.27.0"
11-
openai = "^1.20.0"
11+
openai = "^1.21.0"
1212
litellm = "^1.36.0"
1313
boto3 = "^1.34.31"
1414
aiohttp = "^3.9.4"

0 commit comments

Comments
 (0)