open-rmf / rmf-web

Apache License 2.0
83 stars 39 forks source link

api-server: fix postgres label sorting #957

Closed koonpeng closed 2 months ago

koonpeng commented 2 months ago

What's new

Tested working on both postgres and sqlite

Self-checks

Discussion

koonpeng commented 2 months ago

Tried to port this to deploy/hammer but atm it's not possible because the version of fastapi is too old. More specifically, the version of starlette it depends on is too old and breaks with newer version of anyio, it also incorrectly specify the version range of anyio it supports so anything that causes pipenv to update the lock file will break it.