diff --git a/llama-index-utils/llama-index-utils-azure/llama_index/utils/azure/table.py b/llama-index-utils/llama-index-utils-azure/llama_index/utils/azure/table.py index 791fabaeb6477..295ac7bb97e6a 100644 --- a/llama-index-utils/llama-index-utils-azure/llama_index/utils/azure/table.py +++ b/llama-index-utils/llama-index-utils-azure/llama_index/utils/azure/table.py @@ -164,7 +164,7 @@ def serialize(service_mode: ServiceMode, value: dict) -> dict: validate_table_property_count(num_properties) - parts = split_large_property_value(num_parts, bytes_val, item, key) + parts = split_large_property_value(num_parts, bytes_val, key) item.update(parts) return item diff --git a/llama-index-utils/llama-index-utils-azure/pyproject.toml b/llama-index-utils/llama-index-utils-azure/pyproject.toml index 5f8500d702b3f..b200d30861fd8 100644 --- a/llama-index-utils/llama-index-utils-azure/pyproject.toml +++ b/llama-index-utils/llama-index-utils-azure/pyproject.toml @@ -26,7 +26,7 @@ license = "MIT" maintainers = ["falven"] name = "llama-index-utils-azure" readme = "README.md" -version = "0.1.0" +version = "0.1.1" [tool.poetry.dependencies] python = ">=3.8.1,<4.0"