Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 25, 2024
1 parent 04fd89f commit 4f469b6
Show file tree
Hide file tree
Showing 80 changed files with 2,260 additions and 1,081 deletions.
41 changes: 2 additions & 39 deletions poetry.lock

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

9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elevenlabs"
version = "1.11.0"
version = "1.12.0-beta0"
description = ""
readme = "README.md"
authors = []
Expand Down Expand Up @@ -40,21 +40,14 @@ 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"]

[tool.pytest.ini_options]
testpaths = [ "tests" ]
asyncio_mode = "auto"
Expand Down
Loading

0 comments on commit 4f469b6

Please sign in to comment.