mitodl / ocw-studio

Open Source Courseware authoring tool
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Downgrade xmlsec to 1.3.13 #2180

Closed ibrahimjaved12 closed 2 months ago

ibrahimjaved12 commented 2 months ago

What are the relevant tickets?

No ticket - trying to resolve lxml & xmlsec libxml2 library version mismatch error in RC. Recently xmlsec was upgraded in this PR: https://github.com/mitodl/ocw-studio/pull/1977/

in RC, we currently have xmlsec==1.3.14 whereas in production we have xmlsec==1.3.13.

How can this be tested?

docker-compose build docker-compose run Everything works as it should, django admin should work as expected.