Skip to content

Commit 243f851

Browse files
SDK regeneration (elevenlabs#402)
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 88b8a96 commit 243f851

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,21 @@ Repository = 'https://github.com/elevenlabs/elevenlabs-python'
3434
[tool.poetry.dependencies]
3535
python = "^3.8"
3636
httpx = ">=0.21.2"
37+
pyaudio = { version = ">=0.2.14", optional = true}
3738
pydantic = ">= 1.9.2"
3839
pydantic-core = "^2.18.2"
3940
requests = ">=2.20"
4041
typing_extensions = ">= 4.0.0"
4142
websockets = ">=11.0"
4243

43-
# Optional extras.
44-
pyaudio = { version = ">=0.2.14", optional = true }
45-
4644
[tool.poetry.dev-dependencies]
4745
mypy = "1.0.1"
4846
pytest = "^7.4.0"
4947
pytest-asyncio = "^0.23.5"
5048
python-dateutil = "^2.9.0"
51-
types-pyaudio = "^0.2.16.20240516"
5249
types-python-dateutil = "^2.9.0.20240316"
5350
ruff = "^0.5.6"
54-
55-
[tool.poetry.extras]
56-
pyaudio = ["pyaudio"]
51+
types-pyaudio = "^0.2.16.20240516"
5752

5853
[tool.pytest.ini_options]
5954
testpaths = [ "tests" ]
@@ -69,3 +64,6 @@ line-length = 120
6964
[build-system]
7065
requires = ["poetry-core"]
7166
build-backend = "poetry.core.masonry.api"
67+
68+
[tool.poetry.extras]
69+
pyaudio=["pyaudio"]

0 commit comments

Comments
 (0)