Skip to content

Commit

Permalink
SDK regeneration (elevenlabs#402)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Oct 31, 2024
1 parent 88b8a96 commit 243f851
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,21 @@ Repository = 'https://github.com/elevenlabs/elevenlabs-python'
[tool.poetry.dependencies]
python = "^3.8"
httpx = ">=0.21.2"
pyaudio = { version = ">=0.2.14", optional = true}
pydantic = ">= 1.9.2"
pydantic-core = "^2.18.2"
requests = ">=2.20"
typing_extensions = ">= 4.0.0"
websockets = ">=11.0"

# Optional extras.
pyaudio = { version = ">=0.2.14", optional = true }

[tool.poetry.dev-dependencies]
mypy = "1.0.1"
pytest = "^7.4.0"
pytest-asyncio = "^0.23.5"
python-dateutil = "^2.9.0"
types-pyaudio = "^0.2.16.20240516"
types-python-dateutil = "^2.9.0.20240316"
ruff = "^0.5.6"

[tool.poetry.extras]
pyaudio = ["pyaudio"]
types-pyaudio = "^0.2.16.20240516"

[tool.pytest.ini_options]
testpaths = [ "tests" ]
Expand All @@ -69,3 +64,6 @@ line-length = 120
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.extras]
pyaudio=["pyaudio"]

0 comments on commit 243f851

Please sign in to comment.