poem-openapi 5.0.1 was released while peom-openapi-derive wasn't. However poem-api 5.0.1 __private module no longer reexports static_assertions which poem-openapi-derive 5.0.0 will try to use leading to compilation errors on unions a with discriminator name:
101 | #[derive(poem_openapi::Union, Debug, Clone)]
| ^^^^^^^^^^^^^^^^^^^ could not find `static_assertions` in `__private`
Could you please release poem-openapi-derive 5.0.1 with latest changes?
poem-openapi
5.0.1 was released whilepeom-openapi-derive
wasn't. Howeverpoem-api
5.0.1__private
module no longer reexportsstatic_assertions
whichpoem-openapi-derive
5.0.0 will try to use leading to compilation errors on unions a with discriminator name:Could you please release
poem-openapi-derive
5.0.1 with latest changes?