Closed udayan14 closed 6 months ago
Hi! Thank you so much for the fix 💪 when there will be a release to include this change?
Hi @larissaleite, we're waiting for a few more additions before the next release. In the mean time, I would suggest to copy the crypto recognizer's code from github and add it as a new recognizer instead of the existing one, or remove the crypto recognizer if you don't expect to have crypto entities in your datasets.
@omri374 , do you have a date estimate on when the next release with the fix would be available? I am also experiencing this issue but can't add custom recognizers because I use presidio with docker and call it via the /analyze API
Hi @larissaleite, we're waiting for a few more additions before the next release. In the mean time, I would suggest to copy the crypto recognizer's code from github and add it as a new recognizer instead of the existing one, or remove the crypto recognizer if you don't expect to have crypto entities in your datasets.
@idelarosa3232 this would likely take 2-3 weeks. If you need help creating a docker image with custom recognizers, please let us know here or via email (presidio@microsoft.com)
@omri374 looks like this bug was not fixed yet, can the issue be reopened?
Describe the bug
On certain text inputs, analyze method throws OverflowError
To Reproduce
Here's the environment setup:
Running on python:3.12
Sample script that throws exception when run:
Here's the stack trace:
Expected behavior
code should run without any errors, or at least the exception should be documented
Additional context
There might be a smaller input that causes the same error, but this is what I have right now.