Skip to content

Commit 3e602f6

Browse files
authored
Merge pull request #10 from Msameim181/fix/package_management
chore: bump version to 0.2.12 and update python-socketio dependencies
2 parents 911d2e7 + 0c67cff commit 3e602f6

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "chromatrace"
7-
version = "0.2.11"
7+
version = "0.2.12"
88
description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations"
99
readme = "README.md"
1010
authors = [
@@ -25,9 +25,8 @@ dependencies = [
2525
"lagom==2.6.0",
2626
"pydantic==2.9.2",
2727
"fastapi==0.100.0",
28-
"socketio==0.2.1",
29-
"python-socketio==5.11.4",
30-
"python-socketio[client]==5.11.4",
28+
"python-socketio==5.12.1",
29+
"python-socketio[client]==5.12.1",
3130
"uvicorn[standard]==0.30.6",
3231
"uvicorn-worker==0.2.0",
3332
"python-multipart==0.0.10",

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ django==5.1.1
33
lagom==2.6.0
44
pydantic==2.9.2
55
fastapi==0.100.0
6-
socketio==0.2.1
7-
python-socketio==5.11.4
8-
python-socketio[client]==5.11.4
6+
python-socketio==5.12.1
7+
python-socketio[client]==5.12.1
98
pytest==8.3.3
109
pytest-asyncio==0.24.0
1110
pytest-cov==6.0.0

0 commit comments

Comments
 (0)