"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "fastapi" between the packages
fastapi-0.101.1.tar.gz and fastapi-0.102.0.tar.gz

About: FastAPI is a modern web framework for building APIs with Python 3.6+ based on standard Python type hints.

Summary:

The "fastapi" source code changed by about 3.6% and now consists of 1939 regular files (+27) and 308 directories (+11).

Related Informations:

None found by Fossies.

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Python program 1255 31 16 13
Shell program 10 0 0 0
JavaScript file 3 0 0 0
SGML document 1 0 0 0
CSS style sheet 3 0 0 1
Git file 1 0 0 1
HTML page 294 16 13 2
YAML file 46 0 0 4
Image file 140 6 0 0
Vector Image file 43 0 0 0
Directory 309 12 1 0
License 1 0 0 0
Readme file 1 0 0 1
Text file 169 3 0 4
Other 1 0 0 0
Total Files2277683026



Python Programs (60 of 1255):

NameStatusDeltaVisual Diff
docs/em/docs/deployment/deta.md removed
docs/en/docs/deployment/deta.md removed
docs/fr/docs/deployment/deta.md removed
docs/ja/docs/deployment/deta.md removed
docs/pt/docs/deployment/deta.md removed
docs_src/configure_swagger_ui/tutorial001.py added
docs_src/configure_swagger_ui/tutorial002.py added
docs_src/custom_docs_ui/tutorial001.py added
docs_src/custom_docs_ui/tutorial002.py added
docs_src/extending_openapi/tutorial002.py removed
docs_src/extending_openapi/tutorial003.py moved 32.2% diff
docs_src/configure_swagger_ui/tutorial003.py
docs_src/extending_openapi/tutorial004.py removed
docs_src/extending_openapi/tutorial005.py removed
docs_src/separate_openapi_schemas/tutorial001.py added
docs_src/separate_openapi_schemas/tutorial001_py310.py added
docs_src/separate_openapi_schemas/tutorial001_py39.py added
docs_src/separate_openapi_schemas/tutorial002.py added
docs_src/separate_openapi_schemas/tutorial002_py310.py added
docs_src/separate_openapi_schemas/tutorial002_py39.py added
docs_src/sql_databases_peewee/__init__.py removed
fastapi/__init__.py changed 2.4% diff
fastapi/_compat.py changed 3.1% diff
fastapi/applications.py changed 0.5% diff
fastapi/openapi/utils.py changed 4.7% diff
scripts/playwright/separate_openapi_schemas/image01.py added
scripts/playwright/separate_openapi_schemas/image02.py added
scripts/playwright/separate_openapi_schemas/image03.py added
scripts/playwright/separate_openapi_schemas/image04.py added
scripts/playwright/separate_openapi_schemas/image05.py added
tests/test_multi_body_errors.py changed 14.9% diff
tests/test_openapi_separate_input_output_schemas.py added
tests/test_tutorial/test_body_updates/test_tutorial001.py changed 2.4% diff
tests/test_tutorial/test_body_updates/test_tutorial001_py310.py changed 2.4% diff
tests/test_tutorial/test_body_updates/test_tutorial001_py39.py changed 2.4% diff
tests/test_tutorial/test_configure_swagger_ui/__init__.py added
tests/test_tutorial/test_configure_swagger_ui/test_tutorial001.py added
tests/test_tutorial/test_configure_swagger_ui/test_tutorial002.py added
tests/test_tutorial/test_custom_docs_ui/__init__.py added
tests/test_tutorial/test_custom_docs_ui/test_tutorial001.py added
tests/test_tutorial/test_custom_docs_ui/test_tutorial002.py added
tests/test_tutorial/test_dataclasses/test_tutorial003.py changed 2.5% diff
tests/test_tutorial/test_extending_openapi/test_tutorial002.py removed
tests/test_tutorial/test_extending_openapi/test_tutorial003.py moved 28.9% diff
tests/test_tutorial/test_configure_swagger_ui/test_tutorial003.py
tests/test_tutorial/test_extending_openapi/test_tutorial004.py removed
tests/test_tutorial/test_extending_openapi/test_tutorial005.py removed
tests/test_tutorial/test_path_operation_advanced_configurations/test_tutorial004.py changed 2.4% diff
tests/test_tutorial/test_path_operation_configurations/test_tutorial005.py changed 2.4% diff
tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py310.py changed 2.3% diff
tests/test_tutorial/test_path_operation_configurations/test_tutorial005_py39.py changed 2.3% diff
tests/test_tutorial/test_separate_openapi_schemas/__init__.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial001.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial001_py310.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial001_py39.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial002.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial002_py310.py added
tests/test_tutorial/test_separate_openapi_schemas/test_tutorial002_py39.py added
tests/test_tutorial/test_sql_databases_peewee/__init__.py removed
tests/test_tutorial/test_sql_databases_peewee/test_sql_databases_peewee.py removed

CSS Style Sheets (1 of 3):

NameStatusDeltaVisual Diff
docs/en/docs/css/custom.css changed 34.1% diff

Git Files (all 1):

NameStatusDeltaVisual Diff
.gitignore changed 8.0% diff

HTML Pages (31 of 294):

NameStatusDeltaVisual Diff
docs/em/docs/advanced/conditional-openapi.md removed
docs/em/docs/advanced/custom-request-and-route.md removed
docs/em/docs/advanced/extending-openapi.md removed
docs/em/docs/advanced/graphql.md removed
docs/em/docs/advanced/sql-databases-peewee.md removed
docs/em/docs/how-to/conditional-openapi.md added
docs/em/docs/how-to/custom-request-and-route.md added
docs/em/docs/how-to/extending-openapi.md added
docs/em/docs/how-to/graphql.md added
docs/em/docs/how-to/sql-databases-peewee.md added
docs/en/docs/advanced/async-sql-databases.md removed
docs/en/docs/advanced/conditional-openapi.md removed
docs/en/docs/advanced/custom-request-and-route.md removed
docs/en/docs/advanced/extending-openapi.md removed
docs/en/docs/advanced/generate-clients.md changed 5.9%
docs/en/docs/advanced/graphql.md removed
docs/en/docs/advanced/index.md changed 64.6%
docs/en/docs/advanced/nosql-databases.md removed
docs/en/docs/advanced/sql-databases-peewee.md removed
docs/en/docs/deployment/cloud.md added
docs/en/docs/how-to/async-sql-encode-databases.md added
docs/en/docs/how-to/conditional-openapi.md added
docs/en/docs/how-to/configure-swagger-ui.md added
docs/en/docs/how-to/custom-docs-ui-assets.md added
docs/en/docs/how-to/custom-request-and-route.md added
docs/en/docs/how-to/extending-openapi.md added
docs/en/docs/how-to/graphql.md added
docs/en/docs/how-to/nosql-databases-couchbase.md added
docs/en/docs/how-to/sql-databases-peewee.md added
docs/ja/docs/advanced/conditional-openapi.md removed
docs/ja/docs/how-to/conditional-openapi.md added

YAML Files (4 of 46):

NameStatusDeltaVisual Diff
.github/workflows/test.yml changed 7.2% diff
docs/en/data/sponsors.yml changed 7.9% diff
docs/en/data/sponsors_badge.yml changed 4.7% diff
docs/en/mkdocs.yml changed 17.5% diff

Image Files (6 of 140):

NameStatusDeltaVisual Diff
docs/en/docs/img/sponsors/speakeasy.png added
docs/en/docs/img/tutorial/separate-openapi-schemas/image01.png added
docs/en/docs/img/tutorial/separate-openapi-schemas/image02.png added
docs/en/docs/img/tutorial/separate-openapi-schemas/image03.png added
docs/en/docs/img/tutorial/separate-openapi-schemas/image04.png added
docs/en/docs/img/tutorial/separate-openapi-schemas/image05.png added

Directories (13 of 309):

NameStatus
docs/em/docs/how-to added
docs/en/docs/how-to added
docs/en/docs/img/tutorial/separate-openapi-schemas added
docs/ja/docs/how-to added
docs_src/configure_swagger_ui added
docs_src/custom_docs_ui added
docs_src/separate_openapi_schemas added
scripts/playwright added
scripts/playwright/separate_openapi_schemas added
tests/test_tutorial/test_configure_swagger_ui added
tests/test_tutorial/test_custom_docs_ui added
tests/test_tutorial/test_separate_openapi_schemas added
tests/test_tutorial/test_sql_databases_peewee removed

Readme Files (all 1):

NameStatusDeltaVisual Diff
README.md changed 1.8% diff

Text Files (7 of 169):

NameStatusDeltaVisual Diff
docs/en/docs/how-to/general.md added
docs/en/docs/how-to/index.md added
docs/en/docs/how-to/separate-openapi-schemas.md added
docs/en/docs/release-notes.md changed 0.5% diff
requirements-docs.txt changed 9.0% diff
requirements-tests.txt changed 3.6% diff
requirements.txt changed 33.3% diff

Packages Compared:

fastapi-0.101.1.tar.gz
fastapi-0.102.0.tar.gz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  Codespell  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)