eclipse-csi / otterdog

OtterDog is a tool to manage GitHub organizations at scale using a configuration as code approach. It is actively used by the Eclipse Foundation to manage its numerous projects hosted on GitHub.
https://otterdog.readthedocs.org
Eclipse Public License 2.0
23 stars 3 forks source link

Update odmantic when multiple optional fields are supported #206

Closed netomi closed 6 months ago

netomi commented 6 months ago

The latest version of odmantic has a bug that prevents the use of multiple optional fields in a model with different types.

Currently we apply a patch when building the docker image.

This should be removed and the odmantic library should be updated when https://github.com/art049/odmantic/pull/416 got merged and a release is available.