sqlalchemy-jsonapi
sqlalchemy-jsonapi copied to clipboard
JSONAPI implementation for use with SQLAlchemy
Bumps [py](https://github.com/pytest-dev/py) from 1.4.31 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.8 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.11.10 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
Bumps [flask](https://github.com/pallets/flask) from 0.11.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
Running into this error with a postgres numeric type which leverages `decimal.Decimal` under the hood: ``` TypeError: Decimal('1.6') is not JSON serializable ``` I think I see how to add...
It is very important that the library is able to return some sort of response that let's the user know they submitted an invalid request by raising a BadRequestError and...
It is very important that the library is able to return some sort of response that let's the user know they submitted an invalid request by raising a BadRequestError and...
It is important that the library abides by the JSONAPI spec. The [JSONAPI spec](http://jsonapi.org/format/#introduction) says that "Every resource object MUST contain an id member and a type member. The values...
It is very important that the library is able to return some sort of response that let's the user know they submitted an invalid request by raising a BadRequestError and...
It is very important that the library is able to return some sort of response that let's the user know they submitted an invalid request by raising a BadRequestError and...