Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xsdata was breaking the serialiszation. will need to check #62

Open
ue71603 opened this issue Dec 13, 2024 · 0 comments
Open

xsdata was breaking the serialiszation. will need to check #62

ue71603 opened this issue Dec 13, 2024 · 0 comments
Assignees
Milestone

Comments

@ue71603
Copy link
Collaborator

ue71603 commented Dec 13, 2024

we currently limited it in requirements.

Had to limit the version (requirements.txt):

xsdata[cli,lxml,soap]==23.8
requests
fastapi[all]
uvicorn

When using the most recent one it breaks in test_network_flow.py (serializer.render


ojp_trip_result = parse_ojp(r)
            # TODO ojp_trip_result.ojpresponse.service_delivery.ojptrip_delivery.status== false => error. However, I do only get to ojptrip_delivery.
            ojp_trip_result_xml = serializer.render(ojp_trip_result, ns_map=ns_map)
            log('generated/ojp_trip_reply.xml', ojp_trip_result_xml)

Do we need to regenerate the exports?

@ue71603 ue71603 modified the milestones: later, next Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants