alexrohozneanu

Results 2 issues of alexrohozneanu

I have the following code I am using `python-keycloak=4.4.0` ``` keycloak_connection = KeycloakOpenIDConnection( server_url="https://localhost:8443", username="admin", password="admin", verify=False, ) admin = LibKeycloakAdmin(connection=keycloak_connection) print(admin.get_server_info()) ``` This works perfectly and outputs the desired...

When creating an executable with PyInstaller, aio_pika starting with version 9.5.0 is not included in the output directory, even if the project depends on aio_pika. I think https://github.com/mosquito/aio-pika/commit/001dcce791b1bb441025757562202f9115e8ee80#diff-64b7cf25f8a1c81c96f634498359cfe50235e8826c98fe739dabdae5aca5ac4aL16 this is...