Skip to content

Commit 0e3d90d

Browse files
committed
[MIG] fastapi_auth_jwt: Migration to 17.0
[MIG] fastapi_auth_jwt: installable True
1 parent 6639917 commit 0e3d90d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

fastapi_auth_jwt/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FastAPI Auth JWT support
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:2829a34d48a1906819029e7b796d33a1ee2ad2a47693396da96f92ede04ec17d
10+
!! source digest: sha256:a7c4a8b4ef360ff91c0b2bcb7ee4ce90308f98ee56c94dd2d651e35ceb92011c
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,19 +17,19 @@ FastAPI Auth JWT support
1717
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1818
:alt: License: LGPL-3
1919
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Frest--framework-lightgray.png?logo=github
20-
:target: https://github.com/OCA/rest-framework/tree/16.0/fastapi_auth_jwt
20+
:target: https://github.com/OCA/rest-framework/tree/17.0/fastapi_auth_jwt
2121
:alt: OCA/rest-framework
2222
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
2323
:target: https://translation.odoo-community.org/projects/rest-framework-16-0/rest-framework-16-0-fastapi_auth_jwt
2424
:alt: Translate me on Weblate
2525
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26-
:target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/rest-framework&target_branch=17.0
2727
:alt: Try me on Runboat
2828

2929
|badge1| |badge2| |badge3| |badge4| |badge5|
3030

3131
This module provides ``FastAPI`` ``Depends`` to allow authentication with `auth_jwt
32-
<https://github.com/OCA/server-auth/tree/16.0/auth_jwt>`_.
32+
<https://github.com/OCA/server-auth/tree/17.0/auth_jwt>`_.
3333

3434
**Table of contents**
3535

@@ -102,7 +102,7 @@ Bug Tracker
102102
Bugs are tracked on `GitHub Issues <https://github.com/OCA/rest-framework/issues>`_.
103103
In case of trouble, please check there if your issue has already been reported.
104104
If you spotted it first, help us to smash it by providing a detailed and welcomed
105-
`feedback <https://github.com/OCA/rest-framework/issues/new?body=module:%20fastapi_auth_jwt%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
105+
`feedback <https://github.com/OCA/rest-framework/issues/new?body=module:%20fastapi_auth_jwt%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
106106

107107
Do not contact contributors directly about support or help with technical issues.
108108

@@ -135,6 +135,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
135135

136136
|maintainer-sbidoul|
137137

138-
This module is part of the `OCA/rest-framework <https://github.com/OCA/rest-framework/tree/16.0/fastapi_auth_jwt>`_ project on GitHub.
138+
This module is part of the `OCA/rest-framework <https://github.com/OCA/rest-framework/tree/17.0/fastapi_auth_jwt>`_ project on GitHub.
139139

140140
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

fastapi_auth_jwt/__manifest__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "FastAPI Auth JWT support",
66
"summary": """
77
JWT bearer token authentication for FastAPI.""",
8-
"version": "16.0.1.0.1",
8+
"version": "17.0.1.0.0",
99
"license": "LGPL-3",
1010
"author": "ACSONE SA/NV,Odoo Community Association (OCA)",
1111
"maintainers": ["sbidoul"],
@@ -16,5 +16,5 @@
1616
],
1717
"data": [],
1818
"demo": [],
19-
"installable": False,
19+
"installable": True,
2020
}

0 commit comments

Comments
 (0)