Skip to content

Commit f5228a7

Browse files
chore(main): release 5.2.0 (deepgram#611)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5b21460 commit f5228a7

File tree

4 files changed

+10
-3
lines changed

4 files changed

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.2.0](https://github.com/deepgram/deepgram-python-sdk/compare/v5.1.0...v5.2.0) (2025-10-21)
4+
5+
6+
### Features
7+
8+
* SDK regeneration (21 Oct 2025) ([#609](https://github.com/deepgram/deepgram-python-sdk/issues/609)) ([5b21460](https://github.com/deepgram/deepgram-python-sdk/commit/5b2146058842fe4dc6d6ef4bd9c0777b08f48fab))
9+
310
## [5.1.0](https://github.com/deepgram/deepgram-python-sdk/compare/v5.0.0...v5.1.0) (2025-10-16)
411

512

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 = "5.1.0"
7+
version = "5.2.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": "5.1.0",
29+
"X-Fern-SDK-Version": "5.2.0",
3030
# x-release-please-end
3131
**(self.get_custom_headers() or {}),
3232
}

0 commit comments

Comments
 (0)