Skip to content

Commit

Permalink
chore(internal): bump httpx dependency (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 7, 2025
1 parent 9b6885d commit 288c2c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ dev-dependencies = [
"types-tqdm > 4",
"types-pyaudio > 0",
"trio >=0.22.2",
"nest_asyncio==1.6.0"

"nest_asyncio==1.6.0",
]

[tool.rye.scripts]
Expand Down
5 changes: 2 additions & 3 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
httpx==0.28.1
# via openai
# via respx
idna==3.4
Expand Down Expand Up @@ -137,7 +137,7 @@ pytz==2023.3.post1
requests==2.31.0
# via azure-core
# via msal
respx==0.20.2
respx==0.22.0
rich==13.7.1
# via inline-snapshot
ruff==0.6.9
Expand All @@ -149,7 +149,6 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via httpx
# via openai
# via trio
sortedcontainers==2.4.0
Expand Down
3 changes: 1 addition & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
httpx==0.28.1
# via openai
idna==3.4
# via anyio
Expand All @@ -52,7 +52,6 @@ six==1.16.0
# via python-dateutil
sniffio==1.3.0
# via anyio
# via httpx
# via openai
tqdm==4.66.5
# via openai
Expand Down

0 comments on commit 288c2c3

Please sign in to comment.