Change8

Migrating to LlamaParse llama-cloud-services@v0.2.0

Version llama-cloud-services@v0.2.0 introduces 1 breaking change. This guide details how to update your code.

Released: 8/4/2025

1
Breaking Changes
1
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

The dependency on `llamaindex` has been removed. If your code relied on components directly imported from or implicitly required by `llamaindex` via this library, those imports will now fail.

Migration Steps

  1. 1
    Review your codebase for any dependencies or usage patterns related to `llamaindex` that might have been implicitly satisfied by this library and update them if necessary.

Release Summary

Version 0.2.0 removes the dependency on `llamaindex`, simplifying the library's external requirements.

Need More Details?

View the full release notes and all changes for LlamaParse llama-cloud-services@v0.2.0.

View Full Changelog