Skip to content

Commit 63f86ce

Browse files
SDK regeneration (#781)
* [fern-generated] Update SDK Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.20.0 * [fern-replay] Applied customizations Patches with unresolved conflicts (2): - patch-c81e8a75: fix(utils): embed(texts=[]) crashes with IndexError on empty input (#778) - patch-41f344bd: feat(client): forward max_retries through Client/ClientV2 constructors (#779) Run `fern-replay resolve` to apply these customizations. --------- Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
1 parent 41f344b commit 63f86ce

14 files changed

Lines changed: 1760 additions & 753 deletions

.fern/metadata.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
{
2-
"cliVersion": "5.37.7",
2+
"cliVersion": "5.55.0",
33
"generatorName": "fernapi/fern-python-sdk",
4-
"generatorVersion": "5.14.8",
4+
"generatorVersion": "5.20.0",
55
"generatorConfig": {
6+
"tcp_keepalive": {
7+
"enabled": true,
8+
"idle_seconds": 60,
9+
"interval_seconds": 30,
10+
"count": 5
11+
},
612
"inline_request_params": false,
713
"extras": {
814
"oci": [
@@ -94,10 +100,10 @@
94100
}
95101
]
96102
},
97-
"originGitCommit": "cc4f564d58fa6fbe43292b5ea6bca57aac51946b",
103+
"originGitCommit": "f68548121ae4be46d23735a41895b40b0074f996",
98104
"originGitCommitIsDirty": true,
99105
"invokedBy": "ci",
100-
"requestedVersion": "7.0.4",
106+
"requestedVersion": "7.0.7",
101107
"ciProvider": "github",
102-
"sdkVersion": "7.0.4"
108+
"sdkVersion": "7.0.7"
103109
}

0 commit comments

Comments
 (0)