chore(deps): replace python-jose with pyjwt (#2591)
python-jose had no release since 3 years
This commit is contained in:
+1
-1
@@ -5,8 +5,8 @@ from pathlib import Path
|
||||
from typing import Any, List, Optional, Type
|
||||
|
||||
import jinja2
|
||||
import jwt
|
||||
import shortuuid
|
||||
from jose import jwt
|
||||
from pydantic import BaseModel
|
||||
from pydantic.schema import field_schema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user