File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ dev-dependencies = [
66
66
" types-tqdm > 4" ,
67
67
" types-pyaudio > 0" ,
68
68
" trio >=0.22.2" ,
69
- " nest_asyncio==1.6.0"
70
-
69
+ " nest_asyncio==1.6.0" ,
71
70
]
72
71
73
72
[tool .rye .scripts ]
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ h11==0.14.0
60
60
# via httpcore
61
61
httpcore==1.0.2
62
62
# via httpx
63
- httpx==0.25.2
63
+ httpx==0.28.1
64
64
# via openai
65
65
# via respx
66
66
idna==3.4
@@ -137,7 +137,7 @@ pytz==2023.3.post1
137
137
requests==2.31.0
138
138
# via azure-core
139
139
# via msal
140
- respx==0.20.2
140
+ respx==0.22.0
141
141
rich==13.7.1
142
142
# via inline-snapshot
143
143
ruff==0.6.9
@@ -149,7 +149,6 @@ six==1.16.0
149
149
# via python-dateutil
150
150
sniffio==1.3.0
151
151
# via anyio
152
- # via httpx
153
152
# via openai
154
153
# via trio
155
154
sortedcontainers==2.4.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ h11==0.14.0
25
25
# via httpcore
26
26
httpcore==1.0.2
27
27
# via httpx
28
- httpx==0.25.2
28
+ httpx==0.28.1
29
29
# via openai
30
30
idna==3.4
31
31
# via anyio
@@ -52,7 +52,6 @@ six==1.16.0
52
52
# via python-dateutil
53
53
sniffio==1.3.0
54
54
# via anyio
55
- # via httpx
56
55
# via openai
57
56
tqdm==4.66.5
58
57
# via openai
You can’t perform that action at this time.
0 commit comments