fern-python

Generate Python models, clients, and server interface from your API definition.

Stars
24

Bot releases are hidden (Show)

fern-python - 0.7.7 Latest Release

Published by dsinghvi 9 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.4...0.7.7

fern-python - 1.0.0-rc1

Published by dsinghvi 9 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/1.0.0-rc0...1.0.0-rc1

fern-python - 1.0.0-rc0

Published by dsinghvi 10 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.5...1.0.0-rc0

fern-python - 0.7.6

Published by dsinghvi 10 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.4...0.7.6

fern-python - 0.7.5

Published by dsinghvi 10 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.4...0.7.5

fern-python - 0.7.4

Published by dsinghvi 10 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.3...0.7.4

fern-python - 0.7.3

Published by dsinghvi 11 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.2...0.7.3

fern-python - 0.7.2

Published by dsinghvi 11 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.7.1...0.7.2

fern-python - 0.7.1

Published by dsinghvi 11 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.6.7...0.7.0

fern-python - 0.6.7

Published by dsinghvi 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fern-api/fern-python/compare/0.6.6...0.6.7

fern-python - 0.6.6

Published by dsinghvi 11 months ago

What's Changed

Full Changelog: https://github.com/fern-api/fern-python/compare/0.6.5...0.6.6

fern-python - 0.6.5

Published by dsinghvi 11 months ago

  • Support passing a custom httpx_client into the generated SDKs (@jochs)
fern-python - 0.6.4

Published by dsinghvi 11 months ago

  • Generate poetry.lock before pushing a PR to generated SDK (@dsinghvi)
  • Require < 2.5.0 of pydantic since it has some mypy issues (@dsinghvi)
fern-python - 0.6.3

Published by dsinghvi 11 months ago

  • Handle discriminated unions in code example generation (@amckinney)
  • Service reference is added in generated code snippets client.<service>.get() (@amckinney)
  • Handle escaping strings with quotes (@amckinney)
fern-python - 0.6.2

Published by dsinghvi about 1 year ago

  • Make sure that query parameters with allow-multiple are optional (@davidkonigsberg)
fern-python - 0.6.1

Published by dsinghvi about 1 year ago

  • Generated code snippets are now formatted with black's magic_trailing_comma config (@amckinney)
fern-python - 0.6.0

Published by dsinghvi about 1 year ago

  • Support Pydantic V1 and V2 (@dsinghvi)
fern-python - 0.5.0-rc2

Published by dsinghvi about 1 year ago

  • FastAPI and Pydantic Custom Configs inherit from BasePydanticConfig (@GfxKai)
fern-python - 0.5.0-rc1

Published by dsinghvi about 1 year ago

  • Rerelease 0.5.0-rc0 (@GfxKai)
fern-python - 0.5.0-rc0

Published by dsinghvi about 1 year ago

  • Bypass passing None for optional properties in pydantic (@GfxKai)