eclipse-openj9 / openj9-docs

Source repository for the Eclipse OpenJ9 user documentation, which should be viewed [online]https://www.eclipse.org/openj9/docs/
Other
51 stars 73 forks source link

Updated the requests version in requirements.txt #1384

Closed Sreekala-Gopakumar closed 2 months ago

Sreekala-Gopakumar commented 2 months ago

Build_mkdocs_for_kc_no_Docker build was failing because of the following errors:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. softlayer 6.2.4 requires requests>=2.32.2, but you have requests 2.32.0 which is incompatible.

Tried updating to 2.32.3 as per the latest mkdocs dependencies level but encountered the following error:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. ibm-cos-sdk-core 2.13.6 requires requests<2.32.3,>=2.32.0, but you have requests 2.32.3 which is incompatible.

So, updated the requests version to 2.32.2. Tested and the build doesn't fail now.

Signed-off-by: Sreekala Gopakumar sreekala.gopakumar@ibm.com

Sreekala-Gopakumar commented 2 months ago

Jenkins doc stage

pshipton commented 2 months ago

I don't think the staging build is useful for this, it's built in the existing docker container. The container needs to be rebuilt after this is merged, and then staging and doc builds will use the change.

I'll merge this after I build a new container for https://github.com/eclipse-openj9/openj9-docs/pull/1382. There is a machine backlog atm and no linux machines available to do the build. It should clear up this afternoon.

pshipton commented 2 months ago

New container created via https://openj9-jenkins.osuosl.org/view/Website-Doc/job/Build-Doc-Docker_Container/34/