Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .fern/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"cliVersion": "4.76.1",
"cliVersion": "5.6.0",
"generatorName": "fernapi/fern-python-sdk",
"generatorVersion": "4.64.1",
"generatorConfig": {
Expand All @@ -23,6 +23,6 @@
}
]
},
"originGitCommit": "5315b1ba06c9c71f00ac501c3e7ea3092701cd7b",
"originGitCommit": "a0658700ca9b3d362ce6594c0740c41d9286e429",
"sdkVersion": "1.2.0"
}
28 changes: 20 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
with:
python-version: 3.9
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
uses: snok/install-poetry@v1
with:
version: 2.1.4
virtualenvs-create: true
virtualenvs-in-project: true
- name: Download WASM binary
run: ./scripts/download-wasm.sh
- name: Install dependencies
Expand All @@ -31,8 +34,11 @@ jobs:
with:
python-version: 3.9
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
uses: snok/install-poetry@v1
with:
version: 2.1.4
virtualenvs-create: true
virtualenvs-in-project: true
- name: Download WASM binary
run: ./scripts/download-wasm.sh
- name: Install dependencies
Expand All @@ -51,8 +57,11 @@ jobs:
with:
python-version: 3.9
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
uses: snok/install-poetry@v1
with:
version: 2.1.4
virtualenvs-create: true
virtualenvs-in-project: true
- name: Download WASM binary
run: ./scripts/download-wasm.sh
- name: Build package
Expand All @@ -79,8 +88,11 @@ jobs:
with:
python-version: 3.9
- name: Bootstrap poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
uses: snok/install-poetry@v1
with:
version: 2.1.4
virtualenvs-create: true
virtualenvs-in-project: true
- name: Download WASM binary
run: ./scripts/download-wasm.sh
- name: Install dependencies
Expand Down
91 changes: 76 additions & 15 deletions poetry.lock

Large diffs are not rendered by default.

Loading
Loading