Skip to content

Commit 571f4e8

Browse files
committed
Bump embeddings-openai to 0.5.2 and llms-openai to 0.6.24
Signed-off-by: debu-sinha <debusinha2009@gmail.com>
1 parent d0cd49a commit 571f4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llama-index-integrations/embeddings/llama-index-embeddings-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dev = [
2626

2727
[project]
2828
name = "llama-index-embeddings-openai"
29-
version = "0.5.1"
29+
version = "0.5.2"
3030
description = "llama-index embeddings openai integration"
3131
authors = [{name = "Your Name", email = "you@example.com"}]
3232
requires-python = ">=3.9,<4.0"

llama-index-integrations/llms/llama-index-llms-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727

2828
[project]
2929
name = "llama-index-llms-openai"
30-
version = "0.6.23"
30+
version = "0.6.24"
3131
description = "llama-index llms openai integration"
3232
authors = [{name = "llama-index"}]
3333
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)