PageIndex/pageindex/backend
Ray dea211b4a2 fix: resolve BASE_URL at request time to restore 0.2.x override semantics
PageIndexClient snapshotted BASE_URL into CloudBackend and LegacyCloudAPI
at construction, so reassigning client.BASE_URL afterwards was silently
ignored and requests kept going to the default endpoint. Pass a callable
resolved per request instead, so instance- and class-level reassignment
after construction work again alongside the pre-construction override.

Claude-Session: https://claude.ai/code/session_014B4HZkjdSiZXDmJtH5Jexn
2026-07-19 02:21:27 +08:00
..
__init__.py feat: add PageIndex SDK with local/cloud dual-mode support (#207) 2026-04-08 20:21:58 +08:00
cloud.py fix: resolve BASE_URL at request time to restore 0.2.x override semantics 2026-07-19 02:21:27 +08:00
local.py fix: harden edge cases in cloud upload, local doc_type, and PDF utilities 2026-07-18 23:44:45 +08:00
protocol.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00