Skip to content

Releases: labthings/labthings-fastapi

v0.0.3

08 Oct 15:00

Choose a tag to compare

This release was yanked due to #79

This release adds some more support for websockets courtesy of @akaplanyan, fixes some CI issues, adds a documentation page on dependencies, and adopts pydantic_numpy for typing np.ndarray parameters.

v0.0.2

30 May 22:39

Choose a tag to compare

This patch release fixes a dependency issue and allows labthings_fastapi.client to be used without installing fastapi and all the associated server dependencies.

v0.0.1

30 May 22:28
ec45561

Choose a tag to compare

This is the first published version of labthings-fastapi. It includes a working implementation of Things, with Action and Property affordances. There is an HTTP client, and support for returning files as outputs from actions. FastAPI dependencies are used to manage relations between Things.

There is not yet support for configuring a thing server except through a Python module: this is planned for the near future.