Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bearer token auth #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

edgarrmondragon
Copy link

@edgarrmondragon edgarrmondragon commented Nov 20, 2024

@@ -10,6 +10,7 @@ dependencies = [
"xdg-base-dirs>=6.0.1,<7.0.0",
"click-default-group>=1.2.4,<2.0.0",
"httpx[brotli]>=0.27.2,<1.0.0",
"openapi-pydantic>=0.5.0",
Copy link
Author

@edgarrmondragon edgarrmondragon Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This library has a single dependency on pydantic so I figured the cost of adding it was relatively low and it makes importing OpenAPI specs considerably easier.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems reasonable!

@edgarrmondragon edgarrmondragon marked this pull request as ready for review November 20, 2024 18:42
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