Skip to content

Conversation

@drgroot
Copy link
Member

@drgroot drgroot commented Jul 31, 2025

Upgrades the deltalake package from version 0.25.5 to 1.1.3 as requested in issue #104.

Changes

  • Updated requirements.txt to use deltalake==1.1.3

Compatibility

Analysis shows this is a low-risk upgrade as all deltalake APIs used in the codebase are stable core functionality:

  • DeltaTable.create() operations
  • write_deltalake() for append/overwrite
  • Table optimization methods
  • Read operations and time travel features

Testing

The existing comprehensive test suite in tests/test_delta.py validates all delta functionality.

Closes #104

🤖 Generated with Claude Code

Co-authored-by: Yusuf Ali <drgroot@users.noreply.github.com>
@drgroot drgroot closed this Jul 31, 2025
@drgroot drgroot deleted the claude/issue-104-20250731-1223 branch July 31, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade deltalake

2 participants