Closed logan-markewich closed 1 month ago
The llama-cloud package currently forces pydantic.v1, leading to some awkward bugs.
llama-cloud
pydantic.v1
This PR fixes that, and adds a basic unit test to CICD to ensure its working.
Fixes https://github.com/run-llama/llama_extract/issues/35
The
llama-cloud
package currently forcespydantic.v1
, leading to some awkward bugs.This PR fixes that, and adds a basic unit test to CICD to ensure its working.
Fixes https://github.com/run-llama/llama_extract/issues/35