Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

python-engineio

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-engineio - pypi Package Compare versions

Comparing version
4.11.0
to
4.11.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: python-engineio
Version: 4.11.0
Version: 4.11.1
Summary: Engine.IO server and client for Python

@@ -5,0 +5,0 @@ Author-email: Miguel Grinberg <miguel.grinberg@gmail.com>

[project]
name = "python-engineio"
version = "4.11.0"
version = "4.11.1"
authors = [{name = "Miguel Grinberg", email = "miguel.grinberg@gmail.com"}]

@@ -5,0 +5,0 @@ description = "Engine.IO server and client for Python"

@@ -474,3 +474,2 @@ import asyncio

except TypeError:
print(args, len(args))
if event == 'disconnect' and \

@@ -505,3 +504,2 @@ len(args) == 1: # pragma: no branch

except TypeError:
print(args, len(args))
if event == 'disconnect' and \

@@ -508,0 +506,0 @@ len(args) == 1: # pragma: no branch

@@ -9,3 +9,2 @@ import sys

except ImportError:
print('yay')
from sanic.websocket import WebSocketProtocol

@@ -12,0 +11,0 @@ except ImportError:

Metadata-Version: 2.1
Name: python-engineio
Version: 4.11.0
Version: 4.11.1
Summary: Engine.IO server and client for Python

@@ -5,0 +5,0 @@ Author-email: Miguel Grinberg <miguel.grinberg@gmail.com>