chore(deps): replace python-jose with pyjwt (#2591)

python-jose had no release since 3 years
This commit is contained in:
Pavol Rusnak
2024-07-24 10:42:47 +02:00
committed by GitHub
parent dbb689c5c5
commit b14d36a0aa
4 changed files with 24 additions and 79 deletions
+1 -1
View File
@@ -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