Skip to content

Commit 4468b34

Browse files
authored
(release): 0.8.0 of python-sdk generator (#2795)
* release: 0.8.0 of python-sdk generator * fix seed tests on main
1 parent 33ad248 commit 4468b34

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/seed.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
python: ${{ steps.filter.outputs.python }}
2020
postman: ${{ steps.filter.outputs.postman }}
2121
steps:
22+
- uses: actions/checkout@v2
2223
- uses: dorny/paths-filter@v2
2324
id: filter
2425
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ boilerplate, postman collections, etc.). Below you can find a list of all of Fer
169169

170170
| Generator ID | Description | Latest Version | Changelog | Entrypoint |
171171
| --------------------------- | ---------------------------- | -------------- | --------------------------------------------------------- | ------------------------------------------------------------------- |
172-
| fernapi/fern-python-sdk | Generate a Python SDK | 0.7.7 | [CHANGELOG.md](./generators/python/pydantic/CHANGELOG.md) | [cli.py](./generators/python/src/fern_python/generators/sdk/cli.py) |
172+
| fernapi/fern-python-sdk | Generate a Python SDK | 0.8.0 | [CHANGELOG.md](./generators/python/pydantic/CHANGELOG.md) | [cli.py](./generators/python/src/fern_python/generators/sdk/cli.py) |
173173
| fernapi/fern-pydantic-model | Generate Pydantic Models | 0.7.7 | [CHANGELOG.md](./generators/python/sdk/CHANGELOG.md) | [cli.py](./generators/python/src/fern_python/generators/sdk/cli.py) |
174174
| fernapi/fern-fastapi-server | Generate FastAPI boilerplate | 0.7.7 | [CHANGELOG.md](./generators/python/fastapi/CHANGELOG.md) | [cli.py](./generators/python/src/fern_python/generators/sdk/cli.py) |
175175
| fernapi/fern-openapi | Fern Definition -> OpenAPI | 0.0.30 | [CHANGELOG.md](./generators/openapi/CHANGELOG.md) | [cli.ts](./generators/openapi/src/cli.ts) |

generators/python/sdk/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [0.8.0] - 2024-01-25
911
= Fix: Enums in inlined requests send the appropriate value.
1012
```python
1113
class Operand(str, Enum):

generators/python/sdk/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.7
1+
0.8.0

0 commit comments

Comments
 (0)