File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed
Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ dev-dependencies = [
6666 " types-tqdm > 4" ,
6767 " types-pyaudio > 0" ,
6868 " trio >=0.22.2" ,
69- " nest_asyncio==1.6.0"
70-
69+ " nest_asyncio==1.6.0" ,
7170]
7271
7372[tool .rye .scripts ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ h11==0.14.0
6060 # via httpcore
6161httpcore==1.0.2
6262 # via httpx
63- httpx==0.25.2
63+ httpx==0.28.1
6464 # via openai
6565 # via respx
6666idna==3.4
@@ -137,7 +137,7 @@ pytz==2023.3.post1
137137requests==2.31.0
138138 # via azure-core
139139 # via msal
140- respx==0.20.2
140+ respx==0.22.0
141141rich==13.7.1
142142 # via inline-snapshot
143143ruff==0.6.9
@@ -149,7 +149,6 @@ six==1.16.0
149149 # via python-dateutil
150150sniffio==1.3.0
151151 # via anyio
152- # via httpx
153152 # via openai
154153 # via trio
155154sortedcontainers==2.4.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ h11==0.14.0
2525 # via httpcore
2626httpcore==1.0.2
2727 # via httpx
28- httpx==0.25.2
28+ httpx==0.28.1
2929 # via openai
3030idna==3.4
3131 # via anyio
@@ -52,7 +52,6 @@ six==1.16.0
5252 # via python-dateutil
5353sniffio==1.3.0
5454 # via anyio
55- # via httpx
5655 # via openai
5756tqdm==4.66.5
5857 # via openai
You can’t perform that action at this time.
0 commit comments