Skip to content

Commit 67f2f0a

Browse files
chore: bump httpx-aiohttp version to 0.1.9
1 parent ebf3221 commit 67f2f0a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Repository = "https://github.com/openai/openai-python"
4444
openai = "openai.cli:main"
4545

4646
[project.optional-dependencies]
47-
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.8"]
47+
aiohttp = ["aiohttp", "httpx_aiohttp>=0.1.9"]
4848
realtime = ["websockets >= 13, < 16"]
4949
datalib = ["numpy >= 1", "pandas >= 1.2.3", "pandas-stubs >= 1.1.0.11"]
5050
voice_helpers = ["sounddevice>=0.5.1", "numpy>=2.0.2"]

requirements-dev.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ httpx==0.28.1
7979
# via httpx-aiohttp
8080
# via openai
8181
# via respx
82-
httpx-aiohttp==0.1.8
82+
httpx-aiohttp==0.1.9
8383
# via openai
8484
idna==3.4
8585
# via anyio

requirements.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ httpcore==1.0.9
4545
httpx==0.28.1
4646
# via httpx-aiohttp
4747
# via openai
48-
httpx-aiohttp==0.1.8
48+
httpx-aiohttp==0.1.9
4949
# via openai
5050
idna==3.4
5151
# via anyio

0 commit comments

Comments
 (0)