Skip to content

Commit

Permalink
[py] Bump to 1.0.9
Browse files Browse the repository at this point in the history
Republished AIConfig to 1.0.8 Changes Made Locally:
updated dependencies in pyproject.toml, should be good to go on that front.
(small) added an await statement that was missing for a callback
changes made locally
If any problems arise please let me know, I will fix asap.

1.0.9:

- Updated openai version to >1.0.0
- updated model parser and wrapper as well
  • Loading branch information
Ankush Pala [email protected] committed Nov 14, 2023
1 parent 545c1ec commit 5f31405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "python-aiconfig"
version = "1.0.7"
version = "1.0.9"
authors = [
{ name="Sarmad Qadri", email="[email protected]" },
]
Expand All @@ -26,6 +26,8 @@ dependencies = [
"openai>=1.0.0",
"python-dotenv",
"huggingface_hub",
"result",
"nest_asyncio",
]

[project.urls]
Expand Down

0 comments on commit 5f31405

Please sign in to comment.