Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
bc2bf9a
updates for version comp
jordanrfrazier Nov 13, 2025
fd9bb67
migrate mcp composer fix to main
Cristhianzl Nov 17, 2025
5bdf51b
migrate mcp composer fix to main
Cristhianzl Nov 17, 2025
9ceebc9
version constraints
jordanrfrazier Nov 18, 2025
93dacab
go back to pydantic 2.11
jordanrfrazier Nov 18, 2025
79016cd
remove logging
jordanrfrazier Nov 18, 2025
8951bb5
directly pin to new version
jordanrfrazier Nov 18, 2025
497c21e
Merge branch 'test-new-mcp-composer' into cz/migrate-mcp-code
jordanrfrazier Nov 18, 2025
8d9a2ee
add instant feedback on error
Cristhianzl Nov 18, 2025
1be78ae
improve callback function behavior ux
Cristhianzl Nov 18, 2025
2d60904
fix tests and mypy issues
Cristhianzl Nov 21, 2025
0335cc1
bump mcp composer version
Cristhianzl Nov 21, 2025
dd325b8
fixed latest version mcp
Cristhianzl Nov 21, 2025
074f479
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 21, 2025
5662429
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Nov 21, 2025
bc129d9
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Nov 21, 2025
fb03435
Merge branch 'main' into cz/migrate-mcp-code
Cristhianzl Nov 21, 2025
b5b1067
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 21, 2025
c70ddee
revert pydantic changes
Cristhianzl Nov 21, 2025
0481879
Merge branch 'cz/migrate-mcp-code' of github.com:langflow-ai/langflow…
Cristhianzl Nov 21, 2025
386fb4e
computed models pydantic fix
Cristhianzl Nov 21, 2025
ac66416
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 21, 2025
3f3e775
merge fix
Cristhianzl Nov 21, 2025
790bdc4
Merge branch 'cz/migrate-mcp-code' of github.com:langflow-ai/langflow…
Cristhianzl Nov 21, 2025
7d67f3e
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 21, 2025
1d07180
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Nov 21, 2025
6807f48
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Nov 21, 2025
af1aff9
merge fix
Cristhianzl Nov 21, 2025
6d229c7
mege fix
Cristhianzl Nov 21, 2025
5ccdcd9
merge component index
HzaRashid Nov 21, 2025
84dc029
[autofix.ci] apply automated fixes
autofix-ci[bot] Nov 21, 2025
844f75b
[autofix.ci] apply automated fixes (attempt 2/3)
autofix-ci[bot] Nov 21, 2025
69c3f3a
[autofix.ci] apply automated fixes (attempt 3/3)
autofix-ci[bot] Nov 21, 2025
3c0220c
merge fix
Cristhianzl Nov 24, 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
Prev Previous commit
Next Next commit
revert pydantic changes
  • Loading branch information
Cristhianzl committed Nov 21, 2025
commit c70ddee080040a1d16900caee3e26bd86b69ac4f
2 changes: 1 addition & 1 deletion src/backend/base/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"rich>=13.7.0,<14.0.0",
"langchain-experimental>=0.3.4,<1.0.0",
"sqlmodel==0.0.22",
"pydantic~=2.11.0",
"pydantic~=2.10.1",
"pydantic-settings>=2.2.0,<3.0.0",
"email-validator>=2.0.0",
"typer>=0.13.0,<1.0.0",
Expand Down