mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #404] [CLOSED] Fix dictionary hashing with pydantic models as keys #440
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/404
Author: @apost71
Created: 12/13/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (10+)
dfbc3cffix: fix dict hashing with pydantic models as keys00e7616fix: use str and add testbb37c5dchore: reformatting0c47465Merge branch 'main' into maina160a6eMerge branch 'main' into mainc23a6cfMerge branch 'main' into main9cf05aeMerge branch 'main' into main049dd98fix: use model validator for hashdb0c382Merge branch 'main' into mainc8f8b02Merge branch 'main' into main📊 Changes
2 files changed (+125 additions, -15 deletions)
View changed files
📝
llama_deploy/services/workflow.py(+15 -13)📝
tests/services/test_workflow_service.py(+110 -2)📄 Description
PR to address issue https://github.com/run-llama/llama_deploy/issues/392
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.