Skip to content

Commit

Permalink
Avoid httpx breaking change (#4736)
Browse files Browse the repository at this point in the history
Pin httpx version to avoid a breaking change in version 0.28
  • Loading branch information
thinkall authored Dec 17, 2024
1 parent 3b4c017 commit 63fe24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebook/agentchat_microsoft_fabric.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"outputs": [],
"source": [
"# autogen-agentchat>0.1.14 supports openai>=1\n",
"%pip install \"autogen-agentchat~=0.2\" \"openai>1\" -q"
"%pip install \"autogen-agentchat~=0.2\" \"openai>1\" \"httpx==0.27.2\" -q"
]
},
{
Expand Down

0 comments on commit 63fe24d

Please sign in to comment.