Fastapi-lazy

Latest version: v1.2.6

Safety actively analyzes 623282 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.2.6

What's Changed
* Chore: Add FastAPI To Trove by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/22
* Bump From 1.2.5 to 1.2.6 🌟 by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/23


**Full Changelog**: https://github.com/yezz123/fastapi-lazy/compare/1.2.5...1.2.6

1.2.5

What's Changed
* chore: Support GraphQL ✨ by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/20
* Bump from 1.2.4 to 1.2.5 ✨ by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/21


**Full Changelog**: https://github.com/yezz123/fastapi-lazy/compare/1.2.4...1.2.5

1.2.4

What's Changed
* Bump Version to 1.2.4 ✨ by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/19


**Full Changelog**: https://github.com/yezz123/fastapi-lazy/compare/1.2.3...1.2.4

1.2.3

- Provide a Token Creator for login after adding a new package `passlib`.
- Add A simple Crud file for MongoDB Provider.
- Soon will be added for Postgresql Provider, & SQLite Provider.

What's Changed
* Provide More Config: Add Crud for MongoDB & Authentication ✨ by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/16
* Change token to token_provider ✨ by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/17
* Bump to 1.2.3 by yezz123 in https://github.com/yezz123/fastapi-lazy/pull/18


**Full Changelog**: https://github.com/yezz123/fastapi-lazy/compare/1.2.2...1.2.3

1.2.2

- Create a simple password hasher.
- Create a simple Email validator based on this 📦 [email-validator](https://pypi.org/project/email-validator).
- Fix MongoDB link (based on 14 ).

1.2.1

Features 🎉

- Use the data contained in the JWT
- Use the username contained in the JWT and fetch data.
- Create User Models based on Pydantic.
- Multi Database Support:
- Creates the dependency to be used to connect to the Postgresql.
- Creates the dependency to be used to connect to MongoDB.
- Create the dependency to be used to connect to the SQLite using SQLAlchemy.
- Support Redis Cache:
- Creates a `pickle` of the object passed as a parameter and saves it in the Redis which is also passed as a parameter.
- Read the `pickle` of the object saved in RedisDB and return it as a Python object.
- Support UUID generator:
- Create a custom UUID4 using the current timestamp.
- Create a JWT token creator & verifier.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.