juju/python-libjuju

python-libjuju uses the wrong endpoint to uplaod local charms

Opened this issue · 0 comments

Description

All versions of juju 3 currently host 2 endpoints to upload local charms, handled by charmsHandler and objectsHandler

We have deprecated charmsHandler in favour of objectsHandler. charmsHandler will be disappearing in 4.0

However, python-libjuju still uses charmsHandler.

Now that all supported versions of Juju 3 implement the objectsHandler, we should move python-libjuju over to this handler ASAP

Urgency

Casually reporting

Python-libjuju version

main

Juju version

3+

Reproduce / Test

N/A