Skip to content

Commit dd30817

Browse files
SDK 1.10.4 Release (#3082)
* SDK regeneration * Update SDK from ecd210a --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: vellum-automation[bot] <vellum-automation[bot]@users.noreply.github.com>
1 parent e6d12d6 commit dd30817

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ee/codegen/package-lock.json

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

ee/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vellum-ai/vellum-codegen",
3-
"version": "1.10.3",
3+
"version": "1.10.4",
44
"main": "lib/src/index.js",
55
"typings": "lib/src/index.d.ts",
66
"files": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vellum-ai"
33

44
[tool.poetry]
55
name = "vellum-ai"
6-
version = "1.10.3"
6+
version = "1.10.4"
77
description = ""
88
readme = "README.md"
99
authors = []

src/vellum/client/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ def __init__(
2727

2828
def get_headers(self) -> typing.Dict[str, str]:
2929
headers: typing.Dict[str, str] = {
30-
"User-Agent": "vellum-ai/1.10.3",
30+
"User-Agent": "vellum-ai/1.10.4",
3131
"X-Fern-Language": "Python",
3232
"X-Fern-SDK-Name": "vellum-ai",
33-
"X-Fern-SDK-Version": "1.10.3",
33+
"X-Fern-SDK-Version": "1.10.4",
3434
**(self.get_custom_headers() or {}),
3535
}
3636
if self._api_version is not None:

0 commit comments

Comments
 (0)