You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This came up in conda-forge/austin-python-feedstock#13 . Currently, austin-python has quite strict requirements on the versions of the protobuf and toml packages (from pyproject.toml):
"protobuf~=3.12.2",
[...]
"toml~=0.10.2",
Are these versions required, or can we use newer versions of protobuf and toml?
Steps to Reproduce
n/a
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
1.5.0
Additional Information
n/a
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @matthiasdiener . This is an interesting question. For toml I believe we can relax the pin, to the point where we can remove it entirely starting with 3.11. The protobuf dependency is only really needed for the tool that comes with the library, so that could be pushed into extras perhaps.
Description
This came up in conda-forge/austin-python-feedstock#13 . Currently,
austin-python
has quite strict requirements on the versions of theprotobuf
andtoml
packages (frompyproject.toml
):Are these versions required, or can we use newer versions of
protobuf
andtoml
?Steps to Reproduce
n/a
Expected behavior: [What you expect to happen]
Actual behavior: [What actually happens]
Reproduces how often: [What percentage of the time does it reproduce?]
Versions
1.5.0
Additional Information
n/a
The text was updated successfully, but these errors were encountered: