Skip to content

Commit 710b585

Browse files
committed
ci: upgrade versions
1 parent fc3eb7a commit 710b585

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish_docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@v4
2323

2424
- name: Download Fern
25-
run: npm install -g fern-api
25+
run: npm install -g fern-api@latest
2626

2727
- name: Generate and Publish
2828
env:

fern/generators.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ groups:
1010
- public
1111
generators:
1212
- name: fernapi/fern-python-sdk
13-
version: 2.14.0-rc0
13+
version: 4.3.10
1414
output:
1515
location: pypi
1616
package-name: label-studio-sdk
@@ -55,7 +55,7 @@ groups:
5555
- public
5656
generators:
5757
- name: fernapi/fern-python-sdk
58-
version: 3.10.3
58+
version: 4.3.10
5959
output:
6060
location: local-file-system
6161
path: ../label_studio_sdk

0 commit comments

Comments
 (0)