Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 288c2c3

Browse files
committedJan 7, 2025·
chore(internal): bump httpx dependency (#1990)
1 parent 9b6885d commit 288c2c3

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed
 

‎pyproject.toml

+1-2
Original file line numberDiff line numberDiff 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]

‎requirements-dev.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ h11==0.14.0
6060
# via httpcore
6161
httpcore==1.0.2
6262
# via httpx
63-
httpx==0.25.2
63+
httpx==0.28.1
6464
# via openai
6565
# via respx
6666
idna==3.4
@@ -137,7 +137,7 @@ pytz==2023.3.post1
137137
requests==2.31.0
138138
# via azure-core
139139
# via msal
140-
respx==0.20.2
140+
respx==0.22.0
141141
rich==13.7.1
142142
# via inline-snapshot
143143
ruff==0.6.9
@@ -149,7 +149,6 @@ six==1.16.0
149149
# via python-dateutil
150150
sniffio==1.3.0
151151
# via anyio
152-
# via httpx
153152
# via openai
154153
# via trio
155154
sortedcontainers==2.4.0

‎requirements.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ h11==0.14.0
2525
# via httpcore
2626
httpcore==1.0.2
2727
# via httpx
28-
httpx==0.25.2
28+
httpx==0.28.1
2929
# via openai
3030
idna==3.4
3131
# via anyio
@@ -52,7 +52,6 @@ six==1.16.0
5252
# via python-dateutil
5353
sniffio==1.3.0
5454
# via anyio
55-
# via httpx
5655
# via openai
5756
tqdm==4.66.5
5857
# via openai

0 commit comments

Comments
 (0)
Please sign in to comment.