Starlette-web

Latest version: v0.1.9

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

Scan your dependencies

Page 2 of 2

0.1.3

- Changes setup.py/setup.cfg in favor of pyproject.toml, fixed markdown on pypi and removed `__pycache__` from build
- Fixed handling incorrect number of parameters in starlette-web-admin
- Added settings.DEFAULT_REQUEST_PARSER and settings.DEFAULT_RESPONSE_RENDERER

0.1.2

- **BREAKING CHANGE**: `contrib.apispec`: OpenApiView now represents both old OpenApiView and RedocView. Specify GET-param `format` (`redoc`/`openapi`) to vary output. This matches the behavior of `schema-view` from `drf-yasg` and makes it simplier to obtain SCHEMA_URL in redoc endpoint.
- Fixed multiple possible bugs on startup, relating to missing checks
- Fixed bug with introspecting management command on Linux
- Updated library versions for better support with Python 3.9 and 3.11
- Added helper argparse_types for management commands (`starlette_web.common.management.utils`)
- Added missing `notin` lookup for ModelMixin, documented its usage

0.1.1

- Added experimental support for Filesystem Storage
- Brought some fixes from other forks of encode/broadcaster
- Fixed "asgi.py" in repository
- Minor refactoring

0.1

A first minor version of starlette-web has all features for writing small-to-medium sized web services:

- Incorporates all Starlette features
- SQLAlchemy async ORM is included
- Admin panel via starlette_admin
- Enhanced BaseHttpEndpoint and BaseWSEndpoint
- Authorization
- Caches and locks
- Pub-sub channels
- Periodic task scheduling
- Management commands
- Constance
- Redis support

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.