Skip to content

Commit ac95c91

Browse files
authored
Update fnllm. (#2043)
1 parent 1cb20b6 commit ac95c91

File tree

3 files changed

+1676
-1674
lines changed

3 files changed

+1676
-1674
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Add gpt-5 support by updating fnllm dependency."
4+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
# Async IO
4040
"aiofiles>=24.1.0",
4141
# LLM
42-
"fnllm[azure,openai]>=0.3.0",
42+
"fnllm[azure,openai]>=0.4.1",
4343
"json-repair>=0.30.3",
4444
"openai>=1.68.0",
4545
"nltk==3.9.1",

0 commit comments

Comments
 (0)