Skip to content

Commit 037de83

Browse files
authored
Merge pull request #3189 from fauzan171/fix/outdated-version-references
fix: update outdated version references in descriptions
2 parents ada2293 + 3e8404c commit 037de83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ _Libraries for building RESTful and GraphQL APIs._
269269
- [connexion](https://github.com/spec-first/connexion) - A spec-first framework that automatically handles requests based on your OpenAPI specification.
270270
- [falcon](https://github.com/falconry/falcon) - A high-performance framework for building cloud APIs and web app backends.
271271
- [fastapi](https://github.com/fastapi/fastapi) - A modern, fast, web framework for building APIs with standard Python type hints.
272-
- [sanic](https://github.com/sanic-org/sanic) - A Python 3.6+ web server and web framework that's written to go fast.
272+
- [sanic](https://github.com/sanic-org/sanic) - A Python web server and web framework that's written to go fast.
273273
- [strawberry](https://github.com/strawberry-graphql/strawberry) - A GraphQL library that leverages Python type annotations for schema definition.
274274
- [webargs](https://github.com/marshmallow-code/webargs) - A friendly library for parsing HTTP request arguments with built-in support for popular web frameworks.
275275

@@ -326,7 +326,7 @@ _Libraries for implementing authentication schemes._
326326
- JWT
327327
- [pyjwt](https://github.com/jpadilla/pyjwt) - JSON Web Token implementation in Python.
328328
- Permissions
329-
- [django-guardian](https://github.com/django-guardian/django-guardian) - Implementation of per object permissions for Django 1.2+
329+
- [django-guardian](https://github.com/django-guardian/django-guardian) - Implementation of per-object permissions for Django.
330330
- [django-rules](https://github.com/dfunckt/django-rules) - A tiny but powerful app providing object-level permissions to Django, without requiring a database.
331331

332332
### Admin Panels

0 commit comments

Comments
 (0)