(cipher_text), AES.block_size) When calling the decryption I am getting this error: Padding is incorrect. Traceback (most recent call last): File "/Users/Library/Caches/pypoetry/virtualenvs/cloud-hub-backend-y-HyWMBZ-py3.11/lib/python3.11/site-packages/ninja/operation.py", line...
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs - django-ninja/ninja/operation.py at master · vitalik/django-ninja
Update enums to reflect typing spec changes by @hauntsaninja in #2426 Document compatibility considerations by @khink in #2430 fix .values_list returns incorrect type for field with same name when selected from related model by @Niicck in #2431 Bump django to 5.1.3 by @sobolevn in #2436...
When logged in to your Heroku dashboard, click your ninja avatar in the top-right corner, choose Account Settings, and then scroll down until you can see the Multi-Factor Authentication section. Click the button labeled Setup Multi-Factor Authentication and choose your verification methods: Sales...
I will try to explain the best as I can what I think is a bug but, given my relative knowledge of django could be some misconfiguration. Also, it could be more of a conflict between django wiki and S3 as storage. The use case is: having ...
Notice that the value your function received (and returned) is **3**, as a Python `int`, not a string `"3"`. So, with just that type declaration, NinjaAPI gives you automatic request "parsing" and validation. ### Data validation On the other hand if you go to the browser at htt...