
CartelNone
CartelNone is a term used in programming, especially in frameworks like FastAPI, to specify that a certain dependency or resource should not be included in a security or authorization cartel (group). Essentially, it indicates that this particular dependency is exempt from any security constraints or grouping applied elsewhere, allowing it to be accessed without the usual restrictions. This is useful when you want certain endpoints or functions to remain publicly accessible or to bypass standard security policies.