Inboard

Latest version: v0.68.0

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

Scan your dependencies

Page 1 of 23

4.0.0

1.3.0

0.109.0

- Hatch ([1.8.0 - 2023-12-11](https://github.com/pypa/hatch/releases/tag/hatch-v1.8.0))

0.102

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

FastAPI 0.101 added support for
[Pydantic computed fields](https://docs.pydantic.dev/latest/usage/computed_fields/)
and altered responses to use
[Pydantic serialization](https://docs.pydantic.dev/latest/usage/serialization/).
The change to Pydantic serialization in FastAPI 0.101 separated 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.

FastAPI 0.102 builds on the serialization changes introduced in 0.101 by
adding docs explaining the serialization behavior and by adding a new
optional keyword argument for disabling the new behavior.

If the Pydantic serialization behavior affects your project adversely,
disable it with `separate_input_output_schemas=False` on the FastAPI app
(`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.53.0 to 0.54.0 (59a3dd0)
- Update changelog for version 0.53.0 (83) (04dfec9)
- Update to FastAPI 0.102 (05abd20)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-09-09 01:38:29 -0400

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQNuHAVn5dYf9p58K567zJ9JKb+tGY5i7rBDBvRv4Wg95dzyQem2FJw86AAIKVeWbdI
+RTrFee2U+ob95nufGCAc=
-----END SSH SIGNATURE-----

0.93.0

the [FastAPI docs](https://fastapi.tiangolo.com/advanced/events/), and
[encode/starlette2067](https://github.com/encode/starlette/discussions/2067)
for more info.

Commits

`0.43.0..0.44.0`

- Bump version from 0.43.0 to 0.44.0 (c289f24)
- Update to FastAPI 0.94 and Starlette 0.26 (f32d492)
- Update changelog for version 0.43.0 (71) (133926c)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-11 17:52:04 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQKB4LPEz/W9pdK3fNXhqWAkrA1C+hbAx1WmfyZxGveNKrtOQyGRSZRku5iwQ6mkufK
udwOlmNG6uL4vGvNyY/QE=
-----END SSH SIGNATURE-----

0.92.0

provide some additional explanation.

Commits

`0.41.0..0.42.0`

- Bump version from 0.41.0 to 0.42.0 (b36b277)
- Update to FastAPI 0.92 and Starlette 0.25 (e8330ea)
- Update changelog for version 0.41.0 (69) (b370982)

Tagger: Brendon Smith <bwsbws.bio>

Date: 2023-03-05 13:38:53 -0500

text
-----BEGIN SSH SIGNATURE-----
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
AAAAQEyP2r0uHUQrMctSAE0wMZzS3ZiTa4rRgfYfzhV4wyRA1EkW2n6Cmn50kYsdYwFigr
jc2aDef4dHviQTMp2V7QQ=
-----END SSH SIGNATURE-----

Page 1 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.