variable pricing: Add support for variable priced server bots #328
lint.yml
on: pull_request
precommit
7s
pyright
12s
Matrix: unit tests
Annotations
14 errors and 8 warnings
pyright:
src/fastapi_poe/base.py#L650
Subscript for class "list" will generate runtime exception; enclose type expression in quotes (reportIndexIssue)
|
pyright:
src/fastapi_poe/base.py#L690
"request_access_key" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright:
src/fastapi_poe/base.py#L698
Subscript for class "list" will generate runtime exception; enclose type expression in quotes (reportIndexIssue)
|
pyright:
src/fastapi_poe/base.py#L738
"request_access_key" is possibly unbound (reportPossiblyUnboundVariable)
|
pyright:
src/fastapi_poe/base.py#L744
Subscript for class "list" will generate runtime exception; enclose type expression in quotes (reportIndexIssue)
|
pyright:
src/fastapi_poe/base.py#L747
Type "list[dict[str, Any]]" is not assignable to declared type "list[CostItem] | CostItem" (reportAssignmentType)
|
pyright
6 errors
|
unit tests (ubuntu-latest, 3.8)
Process completed with exit code 2.
|
unit tests (ubuntu-latest, 3.7)
Process completed with exit code 2.
|
unit tests (3.7, macos-13)
Process completed with exit code 2.
|
unit tests (windows-latest, 3.8)
Process completed with exit code 1.
|
unit tests (macos-latest, 3.8)
Process completed with exit code 2.
|
unit tests (macos-latest, 3.8)
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
unit tests (windows-latest, 3.7)
Process completed with exit code 1.
|
precommit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
pyright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.7)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit tests (ubuntu-latest, 3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|