Skip to content

Commit beb05be

Browse files
committed
chore: Bump version to 0.1.6 and update dependencies in pyproject.toml
1 parent b7d18ba commit beb05be

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pyproject.toml

Lines changed: 12 additions & 2 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.1.5"
7+
version = "0.1.6"
88
description = "Advanced Python logging with tracing, coloring and FastAPI integration"
99
readme = "README.md"
1010
authors = [
@@ -21,8 +21,18 @@ classifiers = [
2121
"Topic :: System :: Logging",
2222
]
2323
dependencies = [
24-
"pydantic>=2.0.0",
2524
"asyncio==3.4.3",
25+
"django==5.1.1",
26+
"lagom==2.6.0",
27+
"pydantic==2.9.2",
28+
"fastapi==0.100.0",
29+
"socketio==0.2.1",
30+
"python-socketio==5.11.4",
31+
"python-socketio[client]==5.11.4",
32+
"uvicorn[standard]==0.30.6",
33+
"uvicorn-worker==0.2.0",
34+
"python-multipart==0.0.10",
35+
"httpx==0.27.2",
2636
]
2737

2838
[project.urls]

0 commit comments

Comments
 (0)