Inboard

Latest version: v0.72.2

Safety actively analyzes 723683 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 26

0.41.0

Not secure
Changes

**Update to FastAPI 0.91 and Starlette 0.24** (1474fa9)

This release will update/upgrade to FastAPI 0.91 and Starlette 0.24.
This is a minor release to align with FastAPI and Starlette versioning.

Starlette 0.24 improves handling of middleware stacks
(encode/starlette2017).

Starlette is no longer documenting (but not yet deprecating) the
`app.add_middleware` syntax in favor of passing a middleware list
as a kwarg to `Starlette()` (`Starlette(middleware=middleware)`)
(encode/starlette1481). The recommended syntax allows for more
predictable ordering of middleware lists, so that they are added to the
Starlette app and initialized in expected order (encode/starlette1490).

Use of the `app.add_middleware` syntax in the inboard example Starlette
and FastAPI apps will be replaced with the recommended approach.

Commits

`0.40.0..0.41.0`

- Bump version from 0.40.0 to 0.41.0 (6ba5a5c)
- Update to recommended Starlette middleware syntax (ec752d2)
- Update to FastAPI 0.91 and Starlette 0.24 (1474fa9)
- Update changelog for version 0.40.0 (68) (26565af)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-05 12:40:27 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQAoc+1yAEqIvV/Lkx83SlsA+FDvOsaeLgCNcMQCM8NHcU6vwFA5idfXFLFhXN8UaGZ
UmawDEgUHdFm/wiogEawo=
-----END SSH SIGNATURE-----

0.40.0

Not secure
Changes

**Update to FastAPI 0.90 and Starlette 0.23** (89caa66)

This release will update/upgrade to FastAPI 0.90 and Starlette 0.23.
This is a minor release to align with FastAPI and Starlette versioning.

0.39.0

Not secure
Changes

**Update to FastAPI 0.89** (7f5e76d)

This release will update/upgrade to
[FastAPI 0.89](https://github.com/tiangolo/fastapi/releases).
This is a minor release to align with FastAPI's versioning strategy.

Note that, as of FastAPI 0.89, FastAPI can now infer the response model
from an API endpoint function's return type, so there is no longer need
for the `response_model` argument in most cases. See the
[updated docs](https://fastapi.tiangolo.com/tutorial/response-model/)
for further info.

Commits

`0.38.0..0.39.0`

- Bump version from 0.38.0 to 0.39.0 (e80f7de)
- Remove `response_model` usage (0ec39d9)
- Update to FastAPI 0.89 (7f5e76d)
- Update changelog for version 0.38.0 (66) (c437fd8)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-01 20:49:55 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQLW5+w8I2L72+rEa2a2czxhc0lxD5eWA8khMLA0lgx7T7PhPapsoN5jEU5uiff/vIw
QatgDmaLZ/+gOSwZ054Qc=
-----END SSH SIGNATURE-----

0.38

(b4cf65de8bbda51447cd30033b6c52d51b418d79)

This release will update/upgrade to
[FastAPI 0.112](https://fastapi.tiangolo.com/release-notes/)
and
[Starlette 0.38](https://www.starlette.io/release-notes/).
This is a minor release to align with FastAPI and Starlette versioning.

0.38.0

Not secure
Changes

**Add Python 3.11 support** (62)

- inboard will now run tests with Python 3.11, in addition to 3.8-3.10
- inboard will now build and publish its PyPI package using Python 3.11
- inboard will now include a Python 3.11 classifier in its PyPI package
- inboard will now ship Docker images running Python 3.11, in addition
to 3.8-3.10, and Docker images tagged with `latest` will now use 3.11

**Update to Uvicorn 0.20.0** (13cd921)

This commit will update/upgrade from

0.38.0beta.0

Changes

**Add Python 3.11 support** (62)

- inboard will now run tests with Python 3.11, in addition to 3.8-3.10
- inboard will now build and publish its PyPI package using Python 3.11
- inboard will now include a Python 3.11 classifier in its PyPI package
- inboard will now ship Docker images running Python 3.11, in addition
to 3.8-3.10, and Docker images tagged with `latest` will now use 3.11

**Update to Uvicorn 0.20.0** (13cd921)

This commit will update/upgrade from

Page 11 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.