zawsq/Teleshare

Pydantic MongoDsn port

Closed this issue · 1 comments

Describe the bug

MongoDsn will automatically add a port on srv+ urls

Fix: pydantic/pydantic#7331

Logs

raise InvalidURI(f"{SRV_SCHEME} URIs must not include a port number")
pymongo.errors.InvalidURI: mongodb+srv:// URIs must not include a port number

Fixed on: 591b96d