Skip to content

test: centralize app and account config overrides - #40860

Open
asukaminato0721 wants to merge 1 commit into
cleanup/logstore-and-config-attributesfrom
cleanup/test-config-attributes-app-account
Open

test: centralize app and account config overrides#40860
asukaminato0721 wants to merge 1 commit into
cleanup/logstore-and-config-attributesfrom
cleanup/test-config-attributes-app-account

Conversation

@asukaminato0721

@asukaminato0721 asukaminato0721 commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

  • centralize typed config overrides across app generation, account models, auth controllers, workflow file runtime, and remote file fetching
  • replace repeated RBAC, deployment edition, pubsub, active-request, signing, and file URL patches
  • use scoped defaults only where every test shares the same contract; keep per-test overrides for Cloud and RBAC branches
  • remove repeated remote-fetcher config setup from 27 test cases

Stack

Tests

  • make lint
  • make type-check-core
  • make test with all 11 changed modules (304 passed)

From Codex

@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 17, 2026
@github-actions

github-actions Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Pyrefly Diff

base → PR
--- /tmp/pyrefly_base.txt	2026-08-17 06:12:00.259771802 +0000
+++ /tmp/pyrefly_pr.txt	2026-08-17 06:11:51.371700533 +0000
@@ -1822,6 +1822,1500 @@
    --> tests/unit_tests/commands/test_upgrade_db.py:100:5
 ERROR Object of class `FunctionType` has no attribute `return_value` [missing-attribute]
    --> tests/unit_tests/commands/test_upgrade_db.py:128:5
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_TELEMETRY_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_OTLP_ENDPOINT` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_OTLP_HEADERS` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_OTLP_PROTOCOL` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_OTLP_API_KEY` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_INCLUDE_CONTENT` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_SERVICE_NAME` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_OTEL_SAMPLING_RATE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEBAPP_PUBLIC_ACCESS_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `CAN_REPLACE_LOGO` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENABLE_LICENSE_EXPIRY_NOTICE` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_REQUEST_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_DISABLE_RUNTIME_CREDENTIAL_CHECK` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RBAC_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENTERPRISE_RBAC_REQUEST_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `APOLLO_APP_ID` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `APOLLO_CLUSTER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `APOLLO_CONFIG_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `APOLLO_NAMESPACE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ENABLE_OTEL` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTLP_TRACE_ENDPOINT` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTLP_METRIC_ENDPOINT` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTLP_BASE_ENDPOINT` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTLP_API_KEY` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_EXPORTER_TYPE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_EXPORTER_OTLP_PROTOCOL` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_SAMPLING_RATE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_BATCH_EXPORT_SCHEDULE_DELAY` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_MAX_QUEUE_SIZE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_MAX_EXPORT_BATCH_SIZE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_METRIC_EXPORT_INTERVAL` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_BATCH_EXPORT_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OTEL_METRIC_EXPORT_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TURNSTILE_ALLOWED_HOSTNAMES` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `SENTRY_DSN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `SENTRY_TRACES_SAMPLE_RATE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `SENTRY_PROFILES_SAMPLE_RATE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `NOTION_CLIENT_ID` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `NOTION_CLIENT_SECRET` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `NOTION_INTEGRATION_TYPE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `NOTION_INTERNAL_SECRET` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `NOTION_INTEGRATION_TOKEN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LOGSTORE_DUAL_WRITE_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LOGSTORE_ENABLE_PUT_GRAPH_FIELD` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `KNOWLEDGE_FS_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `KNOWLEDGE_FS_SSE_READ_TIMEOUT_SECONDS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `KNOWLEDGE_FS_TIMEOUT_SECONDS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_ENDPOINT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_ARCHIVE_BUCKET` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_EXPORT_BUCKET` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_ACCESS_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_SECRET_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ARCHIVE_STORAGE_REGION` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_BASE_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_API_TOKEN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_USE_FAKE` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_FAKE_SCENARIO` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_STREAM_READ_TIMEOUT_SECONDS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_BACKEND_STREAM_MAX_RECONNECTS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_SHELL_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `AGENT_APP_TEXT_DELTA_DEBOUNCE_SECONDS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_HOST` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_USER` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_PASSWORD` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_DATABASE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MATRIXONE_METRIC` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QUEUE_MONITOR_THRESHOLD` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QUEUE_MONITOR_ALERT_EMAILS` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QUEUE_MONITOR_INTERVAL` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TABLESTORE_ENDPOINT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TABLESTORE_INSTANCE_NAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TABLESTORE_ACCESS_KEY_ID` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TABLESTORE_ACCESS_KEY_SECRET` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TABLESTORE_NORMALIZE_FULLTEXT_BM25_SCORE` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_MIN_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_MAX_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENGAUSS_ENABLE_PQ` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_ENDPOINT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_CONNECTION_TIMEOUT_MS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_ACCOUNT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_SHARD` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_REPLICAS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_INVERTED_INDEX_ANALYZER` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_INVERTED_INDEX_PARSER_MODE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_AUTO_BUILD_ROW_COUNT_INCREMENT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_AUTO_BUILD_ROW_COUNT_INCREMENT_RATIO` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `BAIDU_VECTOR_DB_REBUILD_INDEX_TIMEOUT_IN_SECONDS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_PORT` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_ENABLE_HYBRID_SEARCH` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_FULLTEXT_PARSER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_BATCH_SIZE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_METRIC_TYPE` with type `Literal['cosine', 'inner_product', 'l2']` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_HNSW_M` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_HNSW_EF_CONSTRUCTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_HNSW_EF_SEARCH` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_POOL_SIZE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_VECTOR_MAX_OVERFLOW` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OCEANBASE_HNSW_REFRESH_THRESHOLD` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_USERNAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_INDEX_TYPE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_DISTANCE_TYPE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_USING_UGC` with type `Decimal | bool | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `LINDORM_QUERY_TIMEOUT` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_CLIENT_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_GRPC_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_GRPC_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_ON_QDRANT_ESTIMATED_STORAGE_LIMITS_MB` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_PUBLIC_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_PRIVATE_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_API_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_IAM_API_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_REGION` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_PROJECT_ID` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_SPEND_LIMIT` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `UPSTASH_VECTOR_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `UPSTASH_VECTOR_TOKEN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_ACCESS_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_SECRET_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_REGION` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_HOST` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_SCHEME` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_CONNECTION_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VIKINGDB_SOCKET_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `COUCHBASE_CONNECTION_STRING` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `COUCHBASE_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `COUCHBASE_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `COUCHBASE_BUCKET_NAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `COUCHBASE_SCOPE_NAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_USERNAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_USE_CLOUD` with type `Decimal | bool | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_CLOUD_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_CA_CERTS` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_VERIFY_CERTS` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_REQUEST_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_RETRY_ON_TIMEOUT` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ELASTICSEARCH_MAX_RETRIES` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEAVIATE_ENDPOINT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEAVIATE_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEAVIATE_GRPC_ENDPOINT` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEAVIATE_BATCH_SIZE` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `WEAVIATE_TOKENIZATION` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_PORT` with type `Decimal | bool | bytes | float | int | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TIDB_VECTOR_ENABLE_FULLTEXT_SEARCH` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_USERNAME` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_SHARD` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_REPLICAS` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `TENCENT_VECTOR_DB_ENABLE_HYBRID_SEARCH` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RELYT_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RELYT_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RELYT_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RELYT_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `RELYT_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_URL` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_API_KEY` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_CLIENT_TIMEOUT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_GRPC_ENABLED` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_GRPC_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `QDRANT_REPLICATION_FACTOR` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTO_RS_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTO_RS_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTO_RS_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTO_RS_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTO_RS_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_MIN_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `VASTBASE_MAX_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_DATABASE` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_MIN_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_MAX_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `PGVECTOR_PG_BIGM` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_DSN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_CONFIG_DIR` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_WALLET_LOCATION` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_WALLET_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ORACLE_IS_AUTONOMOUS` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_HOST` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_SECURE` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_VERIFY_CERTS` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_AWS_REGION` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `OPENSEARCH_AWS_SERVICE` with type `Literal['aoss', 'es'] | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_HOST` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_USER` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_PASSWORD` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_DATABASE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MYSCALE_FTS_PARAMS` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_HOST` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_PORT` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_USER` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_PASSWORD` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_DATABASE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_MAX_CONNECTION` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_CHARSET` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_DISTANCE_FUNCTION` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `ALIBABACLOUD_MYSQL_HNSW_M` with type `Decimal | bool | bytes | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_URI` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_TOKEN` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_USER` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_PASSWORD` with type `bytearray | bytes | str | None` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_DATABASE` with type `bytearray | bytes | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `MILVUS_ENABLE_HYBRID_SEARCH` with type `Decimal | bool | float | int | str` in function `_IsolatedDifyConfig.__init__` [bad-argument-type]
+  --> tests/unit_tests/configs/test_dify_config.py:38:32
+ERROR Unpacked keyword argument `object` is not assignable to parameter `M\n\n... (truncated) ...

@github-actions

Copy link
Copy Markdown
Contributor

Pyrefly Type Coverage

Metric Base PR Delta
Type coverage 59.18% 59.13% -0.05%
Strict coverage 58.76% 58.71% -0.05%
Typed symbols 39,433 39,443 +10
Untyped symbols 27,389 27,458 +69
Modules 3167 3171 +4

@codecov

codecov Bot commented Aug 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.76%. Comparing base (b05d172) to head (ffe9a9f).

Additional details and impacted files
@@                           Coverage Diff                           @@
##           cleanup/logstore-and-config-attributes   #40860   +/-   ##
=======================================================================
  Coverage                                   86.76%   86.76%           
=======================================================================
  Files                                        5204     5204           
  Lines                                      292462   292462           
  Branches                                    58180    58180           
=======================================================================
  Hits                                       253744   253744           
  Misses                                      33718    33718           
  Partials                                     5000     5000           
Flag Coverage Δ
api 86.78% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label Aug 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants