Skip to content

Update requirements.txt - add missing typing-extensions#16

Open
smg-ca wants to merge 1 commit intolinuxmuster:lmn73from
smg-ca:lmn73
Open

Update requirements.txt - add missing typing-extensions#16
smg-ca wants to merge 1 commit intolinuxmuster:lmn73from
smg-ca:lmn73

Conversation

@smg-ca
Copy link

@smg-ca smg-ca commented Feb 23, 2026

@kiarn
Copy link
Member

kiarn commented Feb 23, 2026

Hello @smg-ca,

Thank you for your contribution, but typing-extensions is already a dependency of fastapi:

$ pip show fastapi
Name: fastapi
Version: 0.116.1
Summary: FastAPI framework, high performance, easy to learn, fast to code, ready for production
Home-page: 
Author: 
Author-email: =?utf-8?q?Sebasti=C3=A1n_Ram=C3=ADrez?= <tiangolo@gmail.com>
License: 
Location: /opt/linuxmuster/lib/python3.12/site-packages
Requires: pydantic, starlette, typing-extensions
Required-by: fastapi-sse

So it's not necessary to add it explicitly to the requirements, except if you have a concrete example of missing package in an automated installation of linuxmuster-api.

Cheers,

Arnaud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants