You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/controllers/console/workspace
k-brahma-claude 1bdbbb7140 fix: resolve backend CI errors for MyPy and Ruff
- Fix PyPNGImage save() method call (remove format parameter)
- Fix return type annotation in is_mfa_required()
- Remove unused imports and reorder imports
- Update timezone imports from timezone to UTC
- Fix test assertions formatting

Frontend CI fixes to follow in subsequent commit

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
11 months ago
..
__init__.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
account.py fix: resolve backend CI errors for MyPy and Ruff 11 months ago
agent_providers.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
endpoint.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
error.py feat: account delete (#11829) 1 year ago
load_balancing_config.py fix: fix load_balancing_config save error (#21213) 12 months ago
members.py feat: add a magic field in the cancel invite api response (#21505) 12 months ago
model_providers.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
models.py chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 1 year ago
plugin.py feat: add DYNAMIC_SELECT parameter type for dynamic options in parameter entities (#21425) 12 months ago
tool_providers.py feat: add MCP support (#20716) 11 months ago
workspace.py refactor: Use typed SQLAlchemy base model and fix type errors (#19980) 1 year ago