Skip to content

Commit

Permalink
chore(internal): bump httpx dependency (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jan 7, 2025
1 parent 3f4eada commit 7d678f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dev-dependencies = [
"importlib-metadata>=6.7.0",
"boto3-stubs >= 1",
"rich>=13.7.1",
"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 @@ -48,7 +48,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
httpx==0.28.1
# via anthropic
# via respx
idna==3.4
Expand Down Expand Up @@ -100,7 +100,7 @@ python-dateutil==2.8.2
# via time-machine
pytz==2023.3.post1
# via dirty-equals
respx==0.20.2
respx==0.22.0
rich==13.7.1
rsa==4.9
# via google-auth
Expand All @@ -114,7 +114,6 @@ six==1.16.0
sniffio==1.3.0
# via anthropic
# via anyio
# via httpx
time-machine==2.9.0
tomli==2.0.2
# via mypy
Expand Down
3 changes: 1 addition & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ h11==0.14.0
# via httpcore
httpcore==1.0.2
# via httpx
httpx==0.25.2
httpx==0.28.1
# via anthropic
idna==3.4
# via anyio
Expand Down Expand Up @@ -65,7 +65,6 @@ six==1.16.0
sniffio==1.3.0
# via anthropic
# via anyio
# via httpx
typing-extensions==4.12.2
# via anthropic
# via anyio
Expand Down

0 comments on commit 7d678f1

Please sign in to comment.