dify/api/libs
2026-08-11 16:37:14 +00:00
..
broadcast_channel feat(workflow): support human input in loop and iteration (#39243) 2026-08-03 02:24:18 +00:00
key_providers feat: support azure keyvault (#39933) 2026-08-07 00:42:13 +00:00
__init__.py chore: apply ruff rules on tests and app.py (#3605) 2024-04-18 20:24:05 +08:00
archive_storage.py refactor: use catalog for workflow archive maintenance (#39001) 2026-07-20 07:59:29 +00:00
collection_utils.py chore: normalize frozenset literals and myscale typing (#34327) 2026-03-31 08:21:22 +00:00
custom_inputs.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
datetime_utils.py test: use sqlite3 session in test_workflow_pause_events (#38688) 2026-07-29 05:49:15 +00:00
db_migration_lock.py feat: support configurable redis key prefix (#35139) 2026-04-14 09:31:41 +00:00
device_flow_security.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
email_i18n.py refactor(api): decouple console queries through application services (#40031) 2026-08-07 00:42:55 +00:00
email_template_renderer.py chore: add missing @override decorators to api/libs (#37012) 2026-06-03 12:17:50 +00:00
encryption.py fix: Login secret text transmission (#29659) 2025-12-16 16:55:51 +08:00
exception.py refactor: replace bare dict with dict[str, Any] in VDB providers and libs (#35123) 2026-04-14 03:02:29 +00:00
external_api.py chore: improve lambda plugin runtime error display (#39437) 2026-07-23 06:05:14 +00:00
file_utils.py refactor: define the Dify project version in pyproject.toml (#20910) 2025-07-01 12:07:24 +08:00
flask_restx_compat.py docs: enrich generated service API descriptions (#37615) 2026-06-18 08:43:39 +00:00
flask_utils.py refactor: replace deprecated Iterator with Generator in contextmanagers #35433 (#35441) 2026-04-21 07:44:49 +00:00
gmpy2_pkcs10aep_cipher.py chore(api): Fix several typing errors (#37248) 2026-06-12 14:02:09 +00:00
helper.py fix(api): bind dataset operations to owners (#40149) 2026-08-11 16:37:14 +00:00
infinite_scroll_pagination.py chore(api/libs): Apply ruff format. (#7301) 2024-08-15 17:53:12 +08:00
json_in_md_parser.py Fix json in md when use quesion classifier node (#26992) 2025-10-18 11:58:40 +08:00
jws.py feat: adding dify cli (#36348) 2026-05-26 01:12:36 +00:00
login.py refactor(api): extract workspace list into layered application service (#39822) 2026-08-05 02:36:16 +00:00
module_loading.py refactor(api): tighten phase 1 shared type contracts (#33453) 2026-03-17 17:50:51 +08:00
oauth_bearer.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00
oauth_data_source.py chore: add missing @override decorators to api/libs (#37012) 2026-06-03 12:17:50 +00:00
oauth.py feat(oauth): preserve redirect_url through OAuth state for post-login… (#38900) 2026-07-14 08:23:39 +00:00
orjson.py chore: add ast-grep rule to convert Optional[T] to T | None (#25560) 2025-09-15 13:06:33 +08:00
pagination.py fix(api): PaginatedResult.pages should be 0 for an empty result set (#39229) 2026-07-22 01:11:14 +00:00
passport.py chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +08:00
password.py chore: make AccountService.load_user use passed session (#37764) 2026-06-24 07:29:12 +00:00
pyrefly_diagnostics.py chore(api): surface pyrefly output on type-check failures (#37934) 2026-06-25 13:47:10 +00:00
pyrefly_type_coverage.py feat(ci): add pyrefly type coverage reporting to CI (#34754) 2026-04-10 07:43:29 +00:00
rate_limit.py feat: 429 rate-limit handling on the unified ErrorBody contract (openapi + difyctl) (#37313) 2026-06-12 06:35:15 +00:00
rsa.py feat: support azure keyvault (#39933) 2026-08-07 00:42:13 +00:00
schedule_utils.py refactor(api): continue decoupling dify_graph from API concerns (#33580) 2026-03-25 20:32:24 +08:00
sendgrid.py refactor: replace bare dict with dict[str, Any] in VDB providers and libs (#35123) 2026-04-14 03:02:29 +00:00
smtp.py refactor: replace bare dict with dict[str, Any] in VDB providers and libs (#35123) 2026-04-14 03:02:29 +00:00
time_parser.py Feat/add status filter to workflow runs (#26850) 2025-10-18 12:15:29 +08:00
token.py fix(api): prevent cookies from shadowing admin API keys (#39872) 2026-08-02 02:43:29 +00:00
url_utils.py fix: prevent double /v1 in MCP server URL causing 404 authorization failure (#34596) 2026-04-20 02:42:59 +00:00
uuid_utils.py feat(api): add UUIDv7 implementation in SQL and Python (#22058) 2025-07-16 13:07:08 +08:00
validators.py Exclude tests directory from pyright type checking (#26496) 2025-10-02 18:51:36 +08:00
workspace_permission.py refactor(api): consolidate deployment edition handling (#40142) 2026-08-11 07:39:01 +00:00