aiohttp_json_api icon indicating copy to clipboard operation
aiohttp_json_api copied to clipboard

JSON API implementation for aiohttp

Results 19 aiohttp_json_api issues
Sort by recently updated
recently updated
newest added

Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.9.0. Release notes Sourced from pygments's releases. 2.9.0 Added lexers: APDL, gcode (#1714) Kuin (#1300) NestedText (#1578) OMG IDL (#1595) TEAL (#1671) ThingsDB (#1295) WebAssembly...

dependencies

Bumps [babel](https://github.com/python-babel/babel) from 2.5.3 to 2.9.1. Release notes Sourced from babel's releases. Version 2.9.1 Bugfixes The internal locale-data loading functions now validate the name of the locale file to be...

dependencies

Bumps [docutils](http://docutils.sourceforge.net/) from 0.14 to 0.17.1. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=docutils&package-manager=pip&previous-version=0.14&new-version=0.17.1)](https://dependabot.com/compatibility-score/?dependency-name=docutils&package-manager=pip&previous-version=0.14&new-version=0.17.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service (ReDoS) This affects the package...

dependencies
security

Bumps [pytz](https://github.com/stub42/pytz) from 2018.4 to 2021.1. Commits b3b0aef Bump version numbers to 2021.1/2021a f8bad81 IANA 2021a 560c127 Squashed 'tz/' changes from efc5c06192..4f0b29ebf7 76ed158 2020.5 / 2020e release aaef58a Squashed 'tz/'...

dependencies

Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 0.6.0 to 0.13.1. Changelog Sourced from pluggy's changelog. pluggy 0.13.1 (2019-11-21) Trivial/Internal Changes #236: Improved documentation, especially with regard to references. pluggy 0.13.0 (2019-09-10) Trivial/Internal Changes #222:...

dependencies

Bumps [pycparser](https://github.com/eliben/pycparser) from 2.18 to 2.20. Changelog Sourced from pycparser's changelog. Version 2.20 (2020.03.04) #61: Fix slow backtracking when parsing strings. #99: Parser for FuncDecl incorrectly sets declname attribute on...

dependencies

Bumps [async-timeout](https://github.com/aio-libs/async_timeout) from 2.0.1 to 3.0.1. Release notes Sourced from async-timeout's releases. async_timeout 3.0.1 release Changes More aggressive typing (#48) async_timeout 3.0.0 release CHANGES Drop Python 3.4, the minimal supported...

dependencies

* aiohttp JSON API version: 0.37.0 * Python version: 3.7.0 * Operating System: ArchLinux (w/ 4.18.8 kernel) ### Description In some rare cases `JSONAPIContext` doesn't follow JSONAPI specs about sorting...