fastapi-realworld-example-app icon indicating copy to clipboard operation
fastapi-realworld-example-app copied to clipboard

Backend logic implementation for https://github.com/gothinkster/realworld with awesome FastAPI

Results 21 fastapi-realworld-example-app issues
Sort by recently updated
recently updated
newest added

Fix README, add writing param to .env file (Required for proper local env setup)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.17.4 to 0.18.2. Release notes Sourced from uvicorn's releases. Version 0.18.2 What's Changed Add default log_config on uvicorn.run() #1541 24/06/22 Revert logging file name modification #1543 27/06/22...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.961. Commits 89bdcfb Update version to 0.961 154ac75 Run dataclass plugin before checking type var bounds (#12908) f649e2d Fix crash with nested attrs class (#12872)...

dependencies
python

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 4.0.0. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions

Bumps [httpx](https://github.com/encode/httpx) from 0.22.0 to 0.23.0. Release notes Sourced from httpx's releases. Version 0.23.0 0.23.0 (23rd May, 2022) Changed Drop support for Python 3.6. (#2097) Use utf-8 as the default...

dependencies
python

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.73.0 to 0.78.0. Release notes Sourced from fastapi's releases. 0.78.0 Features ✨ Add support for omitting ... as default value when declaring required parameters with: Path() Query()...

dependencies
python

Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.7.6 to 1.8.0. Release notes Sourced from alembic's releases. 1.8.0 Released: May 31, 2022 changed [changed] [installation] Alembic 1.8 now supports Python 3.7 and above. References: #1025...

dependencies
python

Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...

dependencies
python

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...

dependencies
python

Bumps [python-slugify](https://github.com/un33k/python-slugify) from 5.0.2 to 6.1.2. Changelog Sourced from python-slugify's changelog. 6.1.2 Reintroduce the cli options 6.1.1 Remove type hinting (temporarily) 6.1.0 Add allow_unicode flag to allow unicode characters in...

dependencies
python