You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This patch release fixes a dependency issue and allows labthings_fastapi.client to be used without installing fastapi and all the associated server dependencies.
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.