Description
We are currently working on integrating the openenergyplatform.org and the databus.openenergyplatform.org.
In the OEP backend i used the databus python client to process requests to the databus as it seemed to be a very handy tool. Not sure if you plan to maintain it and adapt to possible changes in the databus api?
My current issue is that i use another package which requires a more recent version of 'typer'. This leads to an error when setting up the python environment.
The conflict is caused by:
databusclient 0.12 depends on typer<0.7.0 and >=0.6.1
frictionless 5.18.1 depends on typer>=0.12
frictionless 5.18.0 depends on typer>=0.12
frictionless 5.17.1 depends on typer>=0.12
frictionless 5.17.0 depends on typer>=0.12
Before i remove the dependency and switch to using the "pur" databus api instead - is it possible for you to update the typer version?
Thanks :)