Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d4ff91e
🔧 (image.py): refactor create_image_content_dict function to return a…
Cristhianzl Sep 8, 2025
f2f708a
✅ (test_image_utils.py): update image content dict format for better …
Cristhianzl Sep 8, 2025
6f641dc
[autofix.ci] apply automated fixes
autofix-ci[bot] Sep 8, 2025
289c5bd
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
carlosrcoelho Sep 8, 2025
574f1ad
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
carlosrcoelho Sep 9, 2025
890f7ec
✨ (test_image_providers.py): add integration tests for image content …
Cristhianzl Sep 9, 2025
eda3ee2
Merge branch 'cz/fix-image-send-llms' of github.com:langflow-ai/langf…
Cristhianzl Sep 9, 2025
5c95f0d
[autofix.ci] apply automated fixes
autofix-ci[bot] Sep 9, 2025
eea5a6f
📝 (general-bugs-agent-images-playground.spec.ts): update file path fo…
Cristhianzl Sep 9, 2025
f175450
Merge branch 'cz/fix-image-send-llms' of github.com:langflow-ai/langf…
Cristhianzl Sep 9, 2025
f6a5070
🐛 (general-bugs-agent-images-playground.spec.ts): Fix bug in test cas…
Cristhianzl Sep 9, 2025
93b7d8e
🐛 (general-bugs-agent-images-playground.spec.ts): fix file path for i…
Cristhianzl Sep 9, 2025
625c842
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
Cristhianzl Sep 9, 2025
57a4e53
[autofix.ci] apply automated fixes
autofix-ci[bot] Sep 9, 2025
0029c54
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
Cristhianzl Sep 9, 2025
1cb099a
✅ (test_image_utils.py): update test_image_content_dict_format_compat…
Cristhianzl Sep 9, 2025
af73684
Merge branch 'cz/fix-image-send-llms' of github.com:langflow-ai/langf…
Cristhianzl Sep 9, 2025
b07b0dc
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
Cristhianzl Sep 9, 2025
1aaded2
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
jordanrfrazier Sep 11, 2025
74dde8b
Merge branch 'release-1.6.0' into cz/fix-image-send-llms
lucaseduoli Sep 11, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/backend/tests/integration/test_image_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import os

import pytest

from langflow.utils.image import create_image_content_dict


Expand Down
Loading