Inboard

Latest version: v0.72.2

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

Scan your dependencies

Page 10 of 26

0.45

(9a278f2050e317633fa2c98be3119a64314b64f8)

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

FastAPI has been repeatedly updating the minor version of Starlette in
patch releases of FastAPI (1bde85a8387820b5ae8635fec73d5093d2517096).
In this case, FastAPI 0.115.7 updated Starlette from 0.41 to 0.45.
Changes to Starlette between 0.41 and 0.45 include removal of Python 3.8
support and various small bug fixes and updates.

Commits

- Bump version from 0.72.0 to 0.72.1 (6577aa6)
- Update to FastAPI 0.115.7 and Starlette 0.45 (9a278f2)
- Update changelog for version 0.72.0 (117) (d210af3)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2025-01-23 17:18:24 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQLEyXaHl+qMDxfU8q3YVk9wvvBgGfcHcKzYnsQaILZWqtvLQ/6yBJXeb05YvC4a5zw
cCYijdVKb5JoleVcmR+gE=
-----END SSH SIGNATURE-----

0.45.0

Not secure
Changes

**Update to Uvicorn 0.21.1** (768c95f)

This release will update/upgrade to Uvicorn 0.21.1.
This is a minor release to align with Uvicorn versioning.

Uvicorn 0.21 introduces support for lifespan state.
No docs or PR descriptions were provided to explain how this works. See
the [FastAPI docs](https://fastapi.tiangolo.com/advanced/events/) and
[Starlette docs](https://www.starlette.io/lifespan/) for further info.

Commits

`0.44.0..0.45.0`

- Bump version from 0.44.0 to 0.45.0 (bdb5be4)
- Update to Uvicorn 0.21.1 (768c95f)
- Update changelog for version 0.44.0 (72) (58800ce)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-18 14:18:15 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQCNBHs+qA9EuXbfGOyRMo/dnG2hA8nrgEbSsWvVPTWlJcnJbnTdbVfvO6KVOfbw9Cr
LCGuj+m2APXBD+NLZXzwU=
-----END SSH SIGNATURE-----

0.44.0

Not secure
Changes

**Update to FastAPI 0.94 and Starlette 0.26** (f32d492)

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

FastAPI 0.94 and Starlette 0.26 introduce support for lifespan state.
See the [FastAPI docs](https://fastapi.tiangolo.com/advanced/events/)
and [Starlette docs](https://www.starlette.io/lifespan/) for more info.

Starlette 0.26 deprecates `on_startup` and `on_shutdown` events. See

0.43.0

Not secure
Changes

**Update to FastAPI 0.93** (4a52ee2)

This release will update/upgrade to FastAPI 0.93.
This is a minor release to align with FastAPI versioning.

FastAPI 0.93 introduces support for lifespan context managers, which are
intended to supersede startup and shutdown events. See the
[FastAPI docs](https://fastapi.tiangolo.com/advanced/events/) and
[encode/starlette2067](https://github.com/encode/starlette/discussions/2067)
for more info.

Commits

`0.42.0..0.43.0`

- Bump version from 0.42.0 to 0.43.0 (631f67b)
- Update to FastAPI 0.93 (4a52ee2)
- Update to mypy 1.1.1 (127c28d)
- Update changelog for version 0.42.0 (70) (27d2b42)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-11 17:28:44 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQOG7MvohC/o0eWntYFDmC/a9+tccUDXYAYEw8PrO7gdIMjj10WmQ2zdxMRrYVcjWye
d81tdbCy3+LE4DJK60eAY=
-----END SSH SIGNATURE-----

0.42.0

Not secure
Changes

**Update to FastAPI 0.92 and Starlette 0.25** (e8330ea)

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

0.41

(1bde85a8387820b5ae8635fec73d5093d2517096)

This release will update/upgrade to
[FastAPI 0.115.5](https://fastapi.tiangolo.com/release-notes/)
and
[Starlette 0.41](https://www.starlette.io/release-notes/). inboard was
already on FastAPI 0.115, so this is a patch release to align with
FastAPI versioning.

FastAPI 0.115.3 updated Starlette to `"starlette>=0.40.0,<0.42.0"`.
Changes to Starlette between 0.39 and 0.41 include a fix for a DoS
(Denial of Service) security vulnerability released in Starlette 0.40.0
([GHSA-f96h-pmfr-66vw](https://github.com/encode/starlette/security/advisories/GHSA-f96h-pmfr-66vw)).

FastAPI has been repeatedly updating the minor version of Starlette in
patch releases of FastAPI. Previously, inboard pinned FastAPI to the
minor version (like `"fastapi>=0.115,<0.116"`), allowing patch version
updates whenever the inboard project was installed. Unfortunately, it
can result in version incompatibilities when FastAPI updates the
Starlette minor version unexpectedly like this. For example, the inboard
`pyproject.toml` previously specified `"fastapi>=0.115,<0.116"` and

Page 10 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.