Skip to content

Commit 073535d

Browse files
committed
[fern-generated] Update SDK
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.3.6
1 parent 30d5355 commit 073535d

55 files changed

Lines changed: 9884 additions & 530 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.fern/metadata.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "3.91.2",
2+
"cliVersion": "4.62.5",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "4.61.0",
4+
"generatorVersion": "5.3.6",
55
"generatorConfig": {
66
"should_generate_websocket_clients": true,
77
"pyproject_python_version": ">=3.9,<4",
@@ -64,5 +64,6 @@
6464
}
6565
]
6666
},
67-
"sdkVersion": "0.13.10"
67+
"originGitCommit": "a07a0deaa640e8b286f9c8e4e47426b37a083a67",
68+
"sdkVersion": "0.13.11"
6869
}

poetry.lock

Lines changed: 1108 additions & 296 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "hume"
7-
version = "0.13.10"
7+
version = "0.13.11"
88
description = "A Python SDK for Hume AI"
99
readme = "README.md"
1010
authors = []
@@ -63,20 +63,22 @@ Repository = 'https://github.com/HumeAI/hume-python-sdk'
6363
[tool.poetry.dependencies]
6464
python = ">=3.9,<4"
6565
aiofiles = "^24.1.0"
66+
aiohttp = { version = ">=3.10.0,<4", optional = true}
6667
eval-type-backport = "^0.2.0"
6768
exceptiongroup = "^1.3.0"
6869
httpx = ">=0.21.2"
70+
httpx-aiohttp = { version = "0.1.8", optional = true}
6971
jupyter = { version = "^1.0.0", optional = true}
7072
pydantic = ">= 1.9.2"
71-
pydantic-core = ">=2.18.2"
73+
pydantic-core = ">=2.18.2,<2.44.0"
7274
sounddevice = { version = "^0.4.6", optional = true}
7375
typing_extensions = ">= 4.0.0"
74-
websockets = ">=12.0"
76+
websockets = "^13.1"
7577

7678
[tool.poetry.group.dev.dependencies]
7779
mypy = "==1.13.0"
78-
pytest = "^7.4.0"
79-
pytest-asyncio = "^0.23.5"
80+
pytest = "^8.2.0"
81+
pytest-asyncio = "^1.0.0"
8082
pytest-xdist = "^3.6.1"
8183
python-dateutil = "^2.9.0"
8284
types-python-dateutil = "^2.9.0.20240316"
@@ -95,6 +97,9 @@ types-aiofiles = "^24.1.0.20240626"
9597
[tool.pytest.ini_options]
9698
testpaths = [ "tests" ]
9799
asyncio_mode = "auto"
100+
markers = [
101+
"aiohttp: tests that require httpx_aiohttp to be installed",
102+
]
98103

99104
[tool.mypy]
100105
plugins = ["pydantic.mypy"]
@@ -130,3 +135,4 @@ build-backend = "poetry.core.masonry.api"
130135
[tool.poetry.extras]
131136
examples=["jupyter"]
132137
microphone=["sounddevice"]
138+
aiohttp=["aiohttp", "httpx-aiohttp"]

0 commit comments

Comments
 (0)