Gary Metzker

Results 7 issues of Gary Metzker

I'm wondering if you have considered publishing your own set of python docker images for use in your plugin? Lambci lacks support for python 3.9, despite a [PR](https://github.com/lambci/docker-lambda/pull/348) and several...

SQS recently added support for 'fifo' queues. If Cloudformation supports this perhaps the plugin can support it to. Use a regex match `.fifo$` to see if the queue name ends...

I would be cool if .AutoRegister() had some options for lifetime similar to Register().AsMultiInstance() so that I could set the default for Interfaces to register as multi instance.

Attempting to install `psycopg2==2.9.1` on python3.6 results in the following error. ``` bash-4.2# pip install psycopg2==2.9.1 Collecting psycopg2==2.9.1 Downloading https://files.pythonhosted.org/packages/aa/8a/7c80e7e44fb1b4277e89bd9ca509aefdd4dd1b2c547c6f293afe9f7ffd04/psycopg2-2.9.1.tar.gz (379kB) 100% |████████████████████████████████| 389kB 3.5MB/s Complete output from command python...

### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/auth0-python#readme) and [Examples](https://github.com/auth0/auth0-python/blob/master/EXAMPLES.md), and have not found a suitable solution or answer. - [X] I have looked into the [API documentation](https://auth0-python.readthedocs.io/en/latest/)...

feature request

In a recently safety release you flagged [CVE-2022-24439](https://data.safetycli.com/vulnerabilities/CVE-2022-24439/52742/) for the [inquier](https://data.safetycli.com/packages/pypi/inquirer/) package. Apparently there was some transitive vulnerability with GitPython. The noted vulnerable versions are =3.0.0 < 3.1.2** If you...

Related to #2366 Sets a lower bound on the inquirer, since lower versions did not reference bandit and therefore didn't use GitPython