Sentinelhub-py supports only WGS 84 coordinate reference system

ValueError: sentinelhub-py supports only WGS 84 coordinate reference system with coordinate order lng-lat. However pyproj.CRS(4326) has coordinate order lat-lng

I get this error when I use the

bbox_splitter = UtmZoneSplitter([country_shape], country.crs, 5000)

Most probably the problem is with country.crs. Can you help me resolve?

The country.crs which I obtain is
<Geographic 2D CRS: EPSG:4326>
Name: WGS 84
Axis Info [ellipsoidal]:

  • Lat[north]: Geodetic latitude (degree)
  • Lon[east]: Geodetic longitude (degree)
    Area of Use:
  • name: World
  • bounds: (-180.0, -90.0, 180.0, 90.0)
    Datum: World Geodetic System 1984
  • Ellipsoid: WGS 84
  • Prime Meridian: Greenwich

Duplication of the post WGS 84 and pyproj (python eo-learn workflow)