David Cain
David Cain
This updates the package metadata which appears on https://pypi.org/project/hl7apy/ - GitHub Pages supports HTTPS; it should be used over HTTP - Since 1.3.3, this project is not distributed on SourceForge
This fixes a problem where one cannot install `bioutils` into an environment where `urllib3` version 2 is being used. In other words, merely installing `bioutils` forces you to use `urllib3`...
Now that `factory-boy` exports its types, mypy will fail in strict mode if using the `factory` namespace. Specifically, `--no-implicit-reexport` flags references to `factory.Factory` (and other similar values) as being implicitly...
Failure to first truncate passwords to 72 characters can cause 500s on error registration for any Django application using bcrypt v5. This tweaks the hasher docstring to better document how...
**Describe the bug** Semgrep fails to parse lines which make use of [PEP 695 syntax](https://docs.python.org/3/library/typing.html#typing.ParamSpec) for specifying a `ParamSpec`. I think this is a bug with the underlying treesitter implementation...