August 6, 2024
0.37.7
(chore):
## What’s Changed
- fix: python readme generation regression by @armandobelardo in https://github.com/fern-api/fern/pull/4193
- fix, python: allow extending alias types by @armandobelardo in https://github.com/fern-api/fern/pull/4190
- (internal): setup flamegraph generation for python generator by @dsinghvi in https://github.com/fern-api/fern/pull/4196
- fix, python: Optional and aliased literals are populated in snippets by @armandobelardo in https://github.com/fern-api/fern/pull/4184
- (feat, python): upgrade python generator to pydantic v2 by @dsinghvi in https://github.com/fern-api/fern/pull/4197
- fix: add async iterable symbol to Stream Wrapper implementations by @RohinBhargava in https://github.com/fern-api/fern/pull/4195
- feat: environment filter by audience by @RohinBhargava in https://github.com/fern-api/fern/pull/4187
- (feat, python): use ruff for formatting by @dsinghvi in https://github.com/fern-api/fern/pull/4199
- Revert “(feat, python): use ruff for formatting” by @dsinghvi in https://github.com/fern-api/fern/pull/4200
- fix, python + ts: additional template bugs by @armandobelardo in https://github.com/fern-api/fern/pull/4198
- fix: remove reserved properties from function signatures by @armandobelardo in https://github.com/fern-api/fern/pull/4205
- fix, ir-generation: put fully substituted path in
url
field of auto-generatedEndpointExampleCall
s by @dcb6 in https://github.com/fern-api/fern/pull/4211 - fix, python: allow typing any to be wrapped in optional to match Pydantic v2 by @armandobelardo in https://github.com/fern-api/fern/pull/4203
- improvement: bring back wrapped aliases and custom root validators in… by @armandobelardo in https://github.com/fern-api/fern/pull/4204
- fix: typehinting on unions with visitors has been corrected by @armandobelardo in https://github.com/fern-api/fern/pull/4213
- Update speakeasy.mdx by @dannysheridan in https://github.com/fern-api/fern/pull/4215
- improvement: allow pydantic generator to specify package name by @armandobelardo in https://github.com/fern-api/fern/pull/4217
- (feature): Add Protobuf mapper types by @amckinney in https://github.com/fern-api/fern/pull/4210
Full Changelog: https://github.com/fern-api/fern/compare/0.37.6…0.37.7