Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "chromatrace"
version = "0.2.13"
version = "0.2.14"
Copy link

Copilot AI Nov 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description states that "dependency version constraint changes" were made by "switching from exact versions (==) to compatible release (~=) specifiers," but the actual diff only shows a version number update from 0.2.13 to 0.2.14. The dependencies in pyproject.toml already use >= operators (lines 24-32), not == operators, and no changes to dependency constraints are included in this PR. Please update the PR description to accurately reflect that this is only a version bump.

Copilot uses AI. Check for mistakes.
description = "Advanced Python logging with tracing, coloring and FastAPI, Django, and SocketIO integrations"
readme = "README.md"
authors = [
Expand Down