Brady Dean

Results 9 issues of Brady Dean

The SSL endpoint string parser supports the `sslmethod` argument, which is passed as the `method` argument to `twisted.internet.ssl.CertificateOptions`, but it is depreciated in favor of the `insecurelyLowerMinimumTo`, `raiseMinimumTo`, and `lowerMaximumSecurityTo`...

Openapi 3.0.3 says a `readOnly` _and_ `required` field is only required in responses, not in requests. The Python template does not make this distinction and generates code such as ```...

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

kind/enhancement
priority/P2
area/provider/consulcatalog

![image](https://user-images.githubusercontent.com/88594046/212392393-26ecdcd4-1d9d-458b-a339-46f1d3554b3f.png)

help wanted

**Describe the bug** I have a /openapi endpoint, and occasionally the API fails with this exception. This happens a few times a day, but most of the time the spec...

**Describe the bug** I have a `/openapi` endpoint, and occasionally the API fails with this exception. This project does not use `dj_rest_auth` so I am not sure why there is...

There has not been a release on pypi since 2019, are there any plans to release? There are features on the main branch that I would like to use, but...

## Checklist - [X] I have included information about relevant versions - [X] I have verified that the issue persists when using the `master` branch of Mode. mode-streaming uses the...

**Describe the bug** Events are ack'd after calling `nack()`. **How to reproduce** ```python from faststream import FastStream, Logger from faststream.kafka import KafkaMessage broker = KafkaBroker() app = FastStream(broker) @broker.subscriber("test", group_id="async_subscriber",...

bug