Skip to content

Commit 492051a

Browse files
SDK 1.11.15 Release (#3342)
* SDK regeneration * Update SDK from 668dd04 --------- 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 02b2a8b commit 492051a

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
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.11.14",
3+
"version": "1.11.15",
44
"main": "lib/src/index.js",
55
"typings": "lib/src/index.d.ts",
66
"files": [

poetry.lock

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

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.11.14"
6+
version = "1.11.15"
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.11.14",
30+
"User-Agent": "vellum-ai/1.11.15",
3131
"X-Fern-Language": "Python",
3232
"X-Fern-SDK-Name": "vellum-ai",
33-
"X-Fern-SDK-Version": "1.11.14",
33+
"X-Fern-SDK-Version": "1.11.15",
3434
**(self.get_custom_headers() or {}),
3535
}
3636
if self._api_version is not None:

0 commit comments

Comments
 (0)