ansys / ansys-api-mechanical

MIT License
2 stars 1 forks source link

latest version on pypi restricts protobuf to 3.x #1

Closed koubaa closed 1 year ago

RobPasMue commented 1 year ago

API packages should be using ~3.19 - this is required for all PyAnsys packages to work together.

See https://github.com/ansys/ansys-api-mechanical/blob/main/setup.py#L53

The protobuf bump on the API packages has to be done coordinated with the rest of the PyAnsys teams. We can bring it up in the dev meeting.

klmcadams commented 1 year ago

In the dev meeting they said if you have an explicit dependency on protobuf in your Python library, to please extend the upper limit of accepted version to include 4.x (https://github.com/ansys/ansys-api-mapdl/pull/11/files).

RobPasMue commented 1 year ago

In the dev meeting they said if you have an explicit dependency on protobuf in your Python library, to please extend the upper limit of accepted version to include 4.x (https://github.com/ansys/ansys-api-mapdl/pull/11/files).

Yes, my previous comment was prior to that decision. =)

koubaa commented 1 year ago

Reopened until ansys-api-mechanical is released to PyPI

klmcadams commented 1 year ago

ansys-api-mechanical 0.1.1 has been released