Skip to content

Commit

Permalink
client v2.0.15 / bump httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Jul 18, 2024
1 parent 81db9a3 commit 917b9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "astra-assistants"
version = "2.0.14"
version = "2.0.15"
description = "Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB"
authors = ["phact <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.26.0"
httpx = "^0.27.0"
openai = "^1.20.0"
litellm = "^1.36.0"
boto3 = "^1.34.31"
Expand Down

0 comments on commit 917b9fe

Please sign in to comment.