Skip to content

Commit

Permalink
🌿 Upgrade Python SDK Generator to 0.3.15 (#6)
Browse files Browse the repository at this point in the history
* 🌿 Upgrade Python SDK Generator to `0.3.15`

This new version contains several bugfixes including not sending query parameters as None.

* upgrade fern
  • Loading branch information
dsinghvi authored Aug 11, 2023
1 parent d735410 commit a0951af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fern/api/generators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ groups:
github:
repository: "vocodedev/vocode-api-node"
- name: "fernapi/fern-python-sdk"
version: "0.3.7"
version: "0.3.15"
output:
package-name: "vocode-api"
token: "${PYPI_TOKEN}"
Expand Down
4 changes: 2 additions & 2 deletions fern/fern.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"organization" : "vocode",
"version" : "0.11.6"
"organization": "vocode",
"version": "0.14.3"
}

0 comments on commit a0951af

Please sign in to comment.