FIRDOUS BHAT

Results 8 issues of FIRDOUS BHAT

As an example, `Users_pydantic.from_queryset(Users.filter(is_active=True)) ` This query sometimes becomes so dangerous that It takes lot of time in fetching the data because of the relational data. It returns all the...

There is an issue with the aerich migration that I observed is while executing `aerich migrate` all columns of a table do reflect in migration file but after executing `aerich...

Here is what I got, `-- upgrade -- ALTER TABLE "studentchoices" ALTER COLUMN "subscription_duration" TYPE INT USING "subscription_duration"::INT; ALTER TABLE "studentchoices" ALTER COLUMN "subscription_duration" TYPE INT USING "subscription_duration"::INT; ALTER TABLE...

While Initializing the aerich why I'm getting this error, `aerich/cli.py", line 79, in cli app = app or list(tortoise_config.get("apps").keys())[0] AttributeError: 'NoneType' object has no attribute 'keys' `

I'm getting this error while trying to install it with fastapi 0.73.0, fastapi-login 1.7.3 depends on fastapi

question
Waiting for response

This pull request updates the versions of the dependencies listed in requirements.txt to their latest stable releases.