Inboard

Latest version: v0.72.2

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

Scan your dependencies

Page 8 of 26

0.56.1

Not secure
Changes

**Fix `uvicorn[standard]` version** (be409c4)

Uvicorn was updated to version 0.23.2 in 2590d8a and 0.56.0, but the
version number for `uvicorn[standard]` was not updated correspondingly.
This release will update `uvicorn[standard]` to 0.23.2.

**Update to Material for MkDocs 9** (ab692a3, 90f75b0)

Docs will now be built with
[Material for MkDocs 9](https://squidfunk.github.io/mkdocs-material/changelog/).
The most notable user-facing change is the new dark theme color palette,
which has undergone a few small changes since its release in version
9.4.0 (https://github.com/squidfunk/mkdocs-material/issues/6061).
Code block copy behavior has undergone some small changes as well. Code
blocks in the documentation have been reformatted for easier copying.

Commits

- Bump version from 0.56.0 to 0.56.1 (0dba457)
- Fix `uvicorn[standard]` version (be409c4)
- Add docs deployment info to contributing.md (141d8e5)
- Remove Material for MkDocs version from README (b415bf4)
- Configure Material for MkDocs code block copy (90f75b0)
- Update to Material for MkDocs 9 (ab692a3)
- Relax upper bound on HTTPX (f49d205)
- Update to `mypy==1.7.0` (140dac6)
- Update changelog for version 0.56.0 (86) (18f2052)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-11-12 16:12:24 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQL6WBwGZdDVKFstxw3kQbhFNhbF+veYd9SUL2/Ow96kSl+4IHdtP2Bt0Q/fHUTGWTN
myCfgotFST8FYZrUXVXg4=
-----END SSH SIGNATURE-----

0.56.0

Not secure
Changes

**Update to Uvicorn 0.23.2** (2590d8a)

This release will update/upgrade from Uvicorn 0.22.0 to
[Uvicorn 0.23.2](https://github.com/encode/uvicorn/blob/HEAD/CHANGELOG.md).
This is a minor release to align with Uvicorn versioning.

[Changes](https://github.com/encode/uvicorn/compare/0.22.0...0.23.2)
to Uvicorn since 0.22.0 include:

- Drop support for Python 3.7
- Switch to a vendored copy of `asgiref.typing` at `uvicorn._types`
- Add a new option `--ws-max-queue`
- Make a small scope change in
`uvicorn.middleware.proxy_headers.ProxyHeadersMiddleware`.

Commits

- Bump version from 0.55.0 to 0.56.0 (4b92cef)
- Update to Uvicorn 0.23.2 (2590d8a)
- Update changelog for version 0.55.0 (85) (62ec752)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-09-09 02:49:44 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQMyogYm3InfkXujOKK1leXR8UvO+nhEvBkD9BYJQBAuvWDscvGw/2iWsOes9ed71z0
eY0f7p7yvJTTChCKqZHgs=
-----END SSH SIGNATURE-----

0.55.0

Not secure
Changes

**Update to FastAPI 0.103** (b6aef8b)

This release will update/upgrade to
[FastAPI 0.103](https://fastapi.tiangolo.com/release-notes/).
This is a minor release to align with FastAPI versioning

FastAPI 0.103 adds support for an `openapi_examples` keyword argument
as described in the
[docs](https://fastapi.tiangolo.com/tutorial/schema-extra-example/#openapi-specific-examples)
and sets a temporary upper bound on AnyIO of `anyio>=3.7.1,<4.0.0`,
separately from Starlette, to help with the update to Starlette 0.31.

Commits

- Bump version from 0.54.0 to 0.55.0 (f2acd2c)
- Update to FastAPI 0.103 (b6aef8b)
- Update changelog for version 0.54.0 (84) (b348793)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-09-09 01:59:11 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQKnGlapkHaYsj2+BnN2iwPI/GhszOKudq0nULAQxlwm+lVm4kFiUDadbzPjZLQyp3j
V94wCWuOsz1mQkj8XsTwI=
-----END SSH SIGNATURE-----

0.54.0

Not secure
Changes

0.53.0

Not secure
Changes

**Update to FastAPI 0.101** (9d54839)

This release will update/upgrade to
[FastAPI 0.101](https://fastapi.tiangolo.com/release-notes/).

FastAPI 0.101 adds support for
[Pydantic computed fields](https://docs.pydantic.dev/latest/usage/computed_fields/)
and alters responses to use
[Pydantic serialization](https://docs.pydantic.dev/latest/usage/serialization/).
The change to Pydantic serialization in FastAPI 0.101 separates input
and output schemas, altering responses and OpenAPI schema generation.
Due to the lack of backwards compatibility and the associated issues
([tiangolo/fastapi10011 (comment)](https://github.com/tiangolo/fastapi/pull/10011#issuecomment-1676624793),
[tiangolo/fastapi10019](https://github.com/tiangolo/fastapi/discussions/10019),
[tiangolo/fastapi10041](https://github.com/tiangolo/fastapi/discussions/10041)),
the update to FastAPI 0.101 may be a **BREAKING CHANGE** for some users.

How to deal with this breaking change:

- If this change affects your project adversely, skip FastAPI 0.101 and
update to FastAPI 0.102 (upcoming in the next inboard release).
- Set `separate_input_output_schemas=False` on the FastAPI app instance
(`app = FastAPI(separate_input_output_schemas=False)`) as shown in the
[FastAPI docs](https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/).

Commits

- Bump version from 0.52.0 to 0.53.0 (825b08c)
- Update to FastAPI 0.101 (9d54839)
- Update changelog for version 0.52.0 (82) (9c18aa0)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-09-08 21:12:24 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQDzobOTKnKOTl9Afrg6x4S0Bp5AQhi/LSHKb7DTDG9iQZj0AhrWcPB8H2oKoVtM4vS
s629NlSWTlkwSktrP5hgU=
-----END SSH SIGNATURE-----

0.52.0

Not secure
Changes

**Update to FastAPI 0.100** (de4d583)

This release will update/upgrade to
[FastAPI 0.100](https://fastapi.tiangolo.com/release-notes/).
This is a minor release to align with FastAPI versioning.

FastAPI 0.100 includes support for
[Pydantic 2](https://docs.pydantic.dev/2.0/migration/)
and installs Pydantic 2 by default, which can be a **BREAKING CHANGE**
depending on each project's usage of Pydantic.

How to deal with this breaking change:

- First, update requirements files with `"pydantic==1.*"` to avoid
automatically updating to Pydantic 2.
- Next, remove `"pydantic==1.*"` from requirements files,
install Pydantic 2, and follow the
[Pydantic 2 migration guide](https://docs.pydantic.dev/2.0/migration/).

**Remove Poetry 1.1 from Docker images** (b36b351)

As described in the changelog entry for
[inboard 0.38](https://inboard.bws.bio/changelog#0380-2023-02-26) and
the [inboard docs](https://inboard.bws.bio/docker#docker-and-poetry),
inboard switched its dependency management and packaging from Poetry 1.1
to Hatch. Poetry 1.1 was retained in the inboard Docker images for
backwards compatibility, but Poetry 1.1 is unmaintained and so it must
eventually be removed.

This release will remove Poetry 1.1 from the inboard Docker images.
This is a **BREAKING CHANGE**.

How to deal with this breaking change:

- If you are not using Poetry there are no changes needed.
- If you are still using Poetry add `RUN pipx install poetry`
to your Dockerfile.

Commits

- Bump version from 0.51.0 to 0.52.0 (be3c16c)
- Update to FastAPI 0.100 (de4d583)
- Remove Poetry 1.1 from Docker images (b36b351)
- Update changelog for version 0.51.0 (81) (fbda899)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-08-20 16:40:57 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQDtnqxHqpV4mf/QSxERfC1ypdVPb8cpDp6TpvBGcxM1iDQ/a62BbMgZ0ja7JpKRTIT
cZZYkLRlZyJEmV85IzVwE=
-----END SSH SIGNATURE-----

Page 8 of 26

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.