Skip to content

Commit 1e333f8

Browse files
chore(main): release 5.0.0 (#580)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a603806 commit 1e333f8

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.8.1"
2+
".": "5.0.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [5.0.0](https://github.com/deepgram/deepgram-python-sdk/compare/v4.8.1...v5.0.0) (2025-10-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* This is a significant breaking change, and should be carried out in conjunction with our migration guide.
9+
10+
### Features
11+
12+
* implements new generated SDK architecture, all call signatures ([#572](https://github.com/deepgram/deepgram-python-sdk/issues/572)) ([768d514](https://github.com/deepgram/deepgram-python-sdk/commit/768d51492bf7414067266cdc2cf7b98f1f3981dc))
13+
14+
15+
### Bug Fixes
16+
17+
* release-please config fixes ([#579](https://github.com/deepgram/deepgram-python-sdk/issues/579)) ([a603806](https://github.com/deepgram/deepgram-python-sdk/commit/a6038067596f1643cd5c7255f0e5a7ede1ff43fb))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "deepgram-sdk"
7-
version = "0.0.0"
7+
version = "5.0.0"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/deepgram/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "deepgram",
2828
# x-release-please-start-version
29-
"X-Fern-SDK-Version": "0.0.0",
29+
"X-Fern-SDK-Version": "5.0.0",
3030
# x-release-please-end
3131
**(self.get_custom_headers() or {}),
3232
}

0 commit comments

Comments
 (0)