The API backend should be updated to use the latest stable python 3.12 version.
This gives us the performance and syntax benefits of the new version. Any deprecated imports should be removed (notably package_resources is used), and the new typing syntax should be used.
The API backend should be updated to use the latest stable python 3.12 version.
This gives us the performance and syntax benefits of the new version. Any deprecated imports should be removed (notably
package_resources
is used), and the newtyping
syntax should be used.