Virtual Bank API. Simulating real banking systems for developers, offering a secure, user-friendly environment to test financial transactions within web/mobile apps. Enhance API integration with robust, simulated transactions.
This Pull Request changes the asgiref version to fix an installation error.
๐ธ PrintScreen's and explanation:
When I went to install the project, running pip on my macOS machine, I received this installation error with inconsistency of the asgiref library in relation to the other libraries in the project, as you can see in the screenshot below.
When changing the version, the error was resolved and the installation was successful, as you can see in the second screenshot:
๐ง Change type
[ ] โจ Minor: New functionality, without breaking compatibility with previous versions.
[x] ๐ Fix: Fix a bug/problem inside the project.
Thank you for pointing this out. Dependabot updated the version, and I was actually using asgiref below version 3.7.2, so I wasnโt aware of this issue.
๐จ What this Pull Request does?
This Pull Request changes the asgiref version to fix an installation error.
๐ธ PrintScreen's and explanation:
When I went to install the project, running pip on my macOS machine, I received this installation error with inconsistency of the asgiref library in relation to the other libraries in the project, as you can see in the screenshot below.
When changing the version, the error was resolved and the installation was successful, as you can see in the second screenshot:
๐ง Change type
๐งช Tests
This change did not require any unit testing.