fastapi-mongo icon indicating copy to clipboard operation
fastapi-mongo copied to clipboard

Template for building FastAPI applications with MongoDB.

Results 9 fastapi-mongo issues
Sort by recently updated
recently updated
newest added

In this pull request i just update all packages

Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.2 to 2.6.1. Release notes Sourced from dnspython's releases. dnspython 2.6.1 See What's New for details. This is a bug fix release for 2.6.0 where the "TuDoor"...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.5.0 to 4.6.3. Release notes Sourced from pymongo's releases. PyMongo 4.6.2 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404 PyMongo 4.6.1 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-1-released/255752 PyMongo 4.6.0 Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-0-released/251866 Changelog Sourced from...

dependencies

Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 to 0.36.2. Release notes Sourced from starlette's releases. Version 0.36.2 Fixed Upgrade python-multipart to 0.0.7 13e5c26. Avoid duplicate charset on Content-Type #2443. Full Changelog: https://github.com/encode/starlette/compare/0.36.1...0.36.2 Version...

dependencies

Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.103.2 to 0.109.1. Release notes Sourced from fastapi's releases. 0.109.1 Security fixes ⬆️ Upgrade minimum version of python-multipart to >=0.0.7 to fix a vulnerability when using form...

dependencies

I'm having a few issues just getting this repo working out of the box and I'm hoping you can help. Specifically trying to get `pytest` running and facing the following:...

This pull request is linked to #35 and introduces [uv](https://github.com/astral-sh/uv) for improved and more efficient Python package management. It replaces traditional tools like pip and venv with uv to streamline...

This issue proposes switching to UV for package management as a potential feature improvement