After an update to Biopython, we suddenly got many type errors that uses code from that library.
Here we implemented a patch, but it doesn't solve the underlying issue.
Ideally, we should wrap Biopython classes with our owns that will provide additional type safety.
After an update to Biopython, we suddenly got many type errors that uses code from that library.
Here we implemented a patch, but it doesn't solve the underlying issue.
Ideally, we should wrap Biopython classes with our owns that will provide additional type safety.