Skip to content

Commit adbd46e

Browse files
committed
Pin httpx version to avoid a breaking change in version 0.28
1 parent 3b4c017 commit adbd46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/agentchat_microsoft_fabric.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"outputs": [],
227227
"source": [
228228
"# autogen-agentchat>0.1.14 supports openai>=1\n",
229-
"%pip install \"autogen-agentchat~=0.2\" \"openai>1\" -q"
229+
"%pip install \"autogen-agentchat~=0.2\" \"openai>1\" \"httpx==0.27.2\" -q"
230230
]
231231
},
232232
{

0 commit comments

Comments
 (0)