[PR #464] [MERGED] Add PurePosixPath to list of allowed file-paths #740

Closed
opened 2026-02-16 00:18:57 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_cloud_services/pull/464
Author: @thiagosalvatore
Created: 10/25/2024
Status: Merged
Merged: 10/25/2024
Merged by: @logan-markewich

Base: mainHead: main


📝 Commits (10+)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 llama_parse/base.py (+1 -1)
📝 pyproject.toml (+1 -1)

📄 Description

SimpleDirectoryReader is now returning a PurePosixPath. After upgrading it the custom fs was no longer working because we were not expecting a PurePosixPath as a path.

Fixes https://github.com/run-llama/llama_parse/issues/421


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_cloud_services/pull/464 **Author:** [@thiagosalvatore](https://github.com/thiagosalvatore) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/25/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`e67fc32`](https://github.com/run-llama/llama_cloud_services/commit/e67fc3201da786c3f4a90b28d832286ca8624fd7) Enable support for custom filesystem - [`8f0faf3`](https://github.com/run-llama/llama_cloud_services/commit/8f0faf342f9231538912767b3a744639a8998d61) Update version on pyproject - [`750a0dc`](https://github.com/run-llama/llama_cloud_services/commit/750a0dc0382b62eb4f6aed2940695c93a8fb89b4) Downgrade version of llama-parse - [`d4ffb50`](https://github.com/run-llama/llama_cloud_services/commit/d4ffb50f8c5d19d9f7fb345861971d5f6cdb9fe0) Add support for posix paths on file opening - [`4c84aee`](https://github.com/run-llama/llama_cloud_services/commit/4c84aee16d5d24e66da62e6d94d30e4535d0bc26) Add fs to load data call - [`84fb826`](https://github.com/run-llama/llama_cloud_services/commit/84fb82651019ccf45744e4a36a2df3495a465686) Correctly handle filenames from Buffered Files - [`399c94a`](https://github.com/run-llama/llama_cloud_services/commit/399c94a2c0cae50a5c707960b3fa8e678503ab98) merge main - [`dee309d`](https://github.com/run-llama/llama_cloud_services/commit/dee309dc851e10fbaf5b354c9c9c4aadf0fc75f9) merge main - [`820a0b0`](https://github.com/run-llama/llama_cloud_services/commit/820a0b0b4a44a49280bd9f630c21e96ce87ff738) merge main - [`5a0f078`](https://github.com/run-llama/llama_cloud_services/commit/5a0f078ef049bcea0dfdf3b2b4aa17cc21cdb20d) merge in main ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `llama_parse/base.py` (+1 -1) 📝 `pyproject.toml` (+1 -1) </details> ### 📄 Description SimpleDirectoryReader is now returning a PurePosixPath. After upgrading it the custom fs was no longer working because we were not expecting a PurePosixPath as a path. Fixes https://github.com/run-llama/llama_parse/issues/421 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 00:18:57 -05:00
yindo closed this issue 2026-02-16 00:18:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_cloud_services#740