nocfo-cli 1.2.0__tar.gz → 1.2.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/PKG-INFO +1 -1
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/pyproject.toml +1 -1
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/mcp/auth.py +1 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/LICENSE +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/README.md +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/__init__.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/api_client.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/__init__.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/app.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/__init__.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/_helpers.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/accounts.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/auth.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/businesses.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/contacts.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/documents.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/files.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/invoices.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/products.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/purchase_invoices.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/reports.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/schema.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/tags.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/commands/user.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/context.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/cli/output.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/config.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/mcp/__init__.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/mcp/server.py +0 -0
- {nocfo_cli-1.2.0 → nocfo_cli-1.2.1}/src/nocfo_toolkit/openapi.py +0 -0
|
@@ -279,6 +279,7 @@ class JwtExchangeAuth(httpx.Auth):
|
|
|
279
279
|
)
|
|
280
280
|
|
|
281
281
|
exchange_response = yield exchange_request
|
|
282
|
+
await exchange_response.aread()
|
|
282
283
|
if exchange_response.status_code == 401:
|
|
283
284
|
raise RuntimeError(
|
|
284
285
|
"JWT exchange failed: incoming bearer token is missing or invalid."
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|