ansys / pyensight

Python API for EnSight
http://ensight.docs.pyansys.com
MIT License
6 stars 2 forks source link

Mostieri/remove requests limitation #382

Closed mariostieriansys closed 4 months ago

mariostieriansys commented 4 months ago

I added a while back a limitation on the requests package because of docker not supporting requests >= 2.32. They got it fixed on their side, so we can fix it on ours.

This is needed to remove the limitation from the main pyansys metapackage

closes #381

RobPasMue commented 4 months ago

@mariostieriansys - can I get the released version on PyPI?

mariostieriansys commented 4 months ago

@mariostieriansys - can I get the released version on PyPI?

Sorry @RobPasMue , had to wait just a PR that was going to be merged. I just queued a new release, should be ready in one hour

RobPasMue commented 4 months ago

Awesome, thanks a lot @mariostieriansys!