Commits
Click on a commit to change the comparison rangefix: correct casing for disable_superuser_creation setting2 months ago
by ogabrielluiz refactor: Resolve circular imports in utils and database services
Move import statements to function level to prevent circular dependencies in:
- src/backend/base/langflow/services/utils.py
- src/backend/base/langflow/services/database/service.py
- src/backend/tests/conftest.py
This change helps break circular import cycles by using local imports within functions.1 month ago
by ogabrielluiz