fern-python

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

Stars
24

Bot releases are hidden (Show)

fern-python - 0.4.4

Published by zachkirsch about 1 year ago

  • Support recursive union type hints (@zachkirsch)
fern-python - 0.4.3

Published by dsinghvi about 1 year ago

  • Fix: Poetry version pinned so that poetry installs work
fern-python - 0.4.2-rc0

Published by zachkirsch about 1 year ago

fern-python - 0.4.1

Published by dsinghvi about 1 year ago

  • Pydantic objects are generated with smartUnion=True in the SDK (@dsinghvi)
fern-python - 0.4.0

Published by dsinghvi about 1 year ago

  • Python SDK now depends on >=0.21.1 of hpttx to increase compatiblity (@dsinghvi)
fern-python - 0.4.0-rc4

Published by dsinghvi about 1 year ago

  • Support generating python projects with flat directory layout (read more here) (@dsinghvi)
fern-python - 0.4.0-rc3

Published by dsinghvi about 1 year ago

  • Rerelease 0.4.0-rc2
fern-python - 0.4.0-rc2

Published by dsinghvi about 1 year ago

  • Add a package_name custom_config so that the SDK root directory matches the package name (@dsinghvi)
fern-python - 0.4.0-rc1

Published by dsinghvi about 1 year ago

  • The Python SDK fixes a compilation issue when environments are specified but no default is picked (@dsinghvi)
fern-python - 0.4.0-rc0

Published by dsinghvi about 1 year ago

  • The Python client now accepts a base_url argument so that you can customize the URL it points to (@dsinghvi)
fern-python - 0.3.15

Published by dsinghvi about 1 year ago

  • Python SDK handles parsing JSON error responses in streaming endpoints (@dsinghvi)
fern-python - 0.3.15-rc1

Published by dsinghvi about 1 year ago

  • Add a custom config async_handlers: true to the fastapi generator which generates async method (@GfxKai)
fern-python - 0.3.15-rc0

Published by dsinghvi about 1 year ago

  • Support global fastapi dependencies in the register function (@GfxKai)
fern-python - 0.3.14

Published by dsinghvi about 1 year ago

fern-python - 0.3.13

Published by dsinghvi about 1 year ago

fern-python - 0.3.12

Published by dsinghvi about 1 year ago

  • Mark httpx compabile with >=0.23.3 (@dsinghvi)
fern-python - 0.3.11

Published by dsinghvi about 1 year ago

  • Upgrade httpx dependency to 0.24.1 (@dsinghvi)
fern-python - 0.3.10

Published by dsinghvi about 1 year ago

fern-python - 0.3.10-rc1

Published by dsinghvi about 1 year ago

  • Python SDK sends platform headers (e.g. X-Fern-SDK-Name, X-Fern-SDK-Version). (@dsinghvi)
fern-python - 0.3.10-rc0

Published by dsinghvi about 1 year ago

  • FastAPI generator supports OpenAPI include and exclude arguments (@alexrejto)