GoldenThrust / Virtual-Bank

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.
https://www.virtualbank.tech
MIT License
31 stars 9 forks source link

fix: ๐Ÿ› change asgiref version to fix installation error #12

Closed oatiliohector closed 1 month ago

oatiliohector commented 1 month ago

๐Ÿ”จ 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.

InstallationErrorPythonProject

When changing the version, the error was resolved and the installation was successful, as you can see in the second screenshot:

ResultAfterChange

๐Ÿง Change type

๐Ÿงช Tests

This change did not require any unit testing.

GoldenThrust commented 1 month ago

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.