Skip to content

Commit 46b109d

Browse files
fern-supportRyan-Amirthandhruva-reddy
authored
fix: upgrade Go and other langs to latest (#1015)
* upgrade Go and other langs to latest * upgrade cli * update ruby --------- Co-authored-by: Ryan Amirthan Stephen <105958906+Ryan-Amirthan@users.noreply.github.com> Co-authored-by: Dhruva Reddy <dhruva@vapi.ai>
1 parent b9626d0 commit 46b109d

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

fern/apis/api/generators.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
api:
23
specs:
34
- openapi: ./openapi.json
@@ -11,7 +12,7 @@ groups:
1112
python-sdk:
1213
generators:
1314
- name: fernapi/fern-python-sdk
14-
version: 5.2.0
15+
version: 5.3.3
1516
api:
1617
settings:
1718
prefer-undiscriminated-unions-with-literals: true
@@ -29,7 +30,7 @@ groups:
2930
ts-sdk:
3031
generators:
3132
- name: fernapi/fern-typescript-sdk
32-
version: 3.60.8
33+
version: 3.63.0
3334
api:
3435
settings:
3536
prefer-undiscriminated-unions-with-literals: true
@@ -51,7 +52,7 @@ groups:
5152
go-sdk:
5253
generators:
5354
- name: fernapi/fern-go-sdk
54-
version: 1.32.1
55+
version: 1.33.5
5556
disable-examples: true
5657
api:
5758
settings:
@@ -64,7 +65,7 @@ groups:
6465
ruby-sdk:
6566
generators:
6667
- name: fernapi/fern-ruby-sdk
67-
version: 1.1.11
68+
version: 1.1.13
6869
disable-examples: true
6970
github:
7071
repository: VapiAI/server-sdk-ruby
@@ -74,11 +75,12 @@ groups:
7475
api-key: ${RUBYGEMS_API_KEY}
7576
config:
7677
clientClassName: Vapi
78+
rubocopVariableNumberStyle: disabled
7779
smart-casing: false
7880
csharp-sdk:
7981
generators:
8082
- name: fernapi/fern-csharp-sdk
81-
version: 2.55.3
83+
version: 2.58.0
8284
disable-examples: true
8385
github:
8486
repository: VapiAI/server-sdk-csharp
@@ -99,8 +101,7 @@ groups:
99101
php-sdk:
100102
generators:
101103
- name: fernapi/fern-php-sdk
102-
version: 2.2.6
103-
disable-examples: true
104+
version: 2.4.0
104105
github:
105106
repository: VapiAI/server-sdk-php
106107
config:
@@ -110,7 +111,7 @@ groups:
110111
swift-sdk:
111112
generators:
112113
- name: fernapi/fern-swift-sdk
113-
version: 0.29.0
114+
version: 0.31.0
114115
disable-examples: true
115116
github:
116117
repository: VapiAI/server-sdk-swift

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "4.53.1"
3+
"version": "4.63.5"
44
}

0 commit comments

Comments
 (0)