amotl commented on issue #30995:
URL: https://github.com/apache/superset/issues/30995#issuecomment-2494703507
We can still observe the problem, even after upgrading to Flask-JWT-Extended
4.7.1.
```shell
$ uv pip install --upgrade "Flask-JWT-Extended>=4.7.1" "flask<3"
- flask-jwt-extended==4.7.0
+ flask-jwt-extended==4.7.1
```
```shell
pytest -k api
```
```python
response = requests.delete(resource_to_delete,
headers=get_auth_headers())
> assert response.status_code in [200, 404], response.json()
E AssertionError: {'msg': 'Subject must be a string'}
E assert 422 in [200, 404]
E + where 422 = <Response [422]>.status_code
conftest.py:74: AssertionError
```
/cc @jlucier, @vimalloc
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]