DSD-DBS / capella-polarion

Capella-Polarion Bridge - bi-directional integration of the 2 things based on REST API
https://dsd-dbs.github.io/capella-polarion/
4 stars 1 forks source link

Upgrade to capellambse v0.6.x #93

Closed Wuestengecko closed 2 months ago

Wuestengecko commented 3 months ago

There's a few more type errors left, which weren't reported before because hook-mypy didn't have a capellambse installation to check against.

Interestingly I'm also getting a bunch of type errors locally that don't show up in CI. Not sure what those are about yet though (might be false-positives), I'll look into that tomorrow.

Tests are red because there's no 0.6-compatible release of context-diagrams yet. Related PR: https://github.com/DSD-DBS/capellambse-context-diagrams/pull/131\ Once that is merged and released, we should also explicitly set the minimum required context-diagrams version to that new release.

Wuestengecko commented 2 months ago

Was merged as part of #111, nothing more to do here.