Circular Dependencies #1058
Unanswered
ramondalmau
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community,
I'm currently working on generating pydantic data models for a B2B service based on multiple XSD files. While using xsdata to manage dependencies, I encountered the following error:
Error: Circular Dependencies Found
The documentation suggests trying a different structure style or enabling unnest classes, but I'm unsure how to proceed with these options. Could anyone provide guidance on resolving circular dependencies in xsdata or suggest alternative approaches to manage them effectively?
Thank you for your help!
Best regards,
Ramon
Beta Was this translation helpful? Give feedback.
All reactions