Skip to content

Commit d4a53e0

Browse files
authored
Merge pull request #11 from rabea-al/main
Updated reqs to support openai 1.79.0
2 parents 9716739 + 37f4134 commit d4a53e0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/XpressAI/xai-openai"
99
keywords = ["xircuits", "openai"]
1010

1111
dependencies = [
12-
"openai==1.57"
12+
"openai==1.79.0"
1313
]
1414

1515
# Xircuits-specific configurations

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openai==1.57.0
1+
openai==1.79.0

0 commit comments

Comments
 (0)