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
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "mostlyai-engine"
version = "2.6.1"
description = "Synthetic Data Engine"
authors = [{ name = "MOSTLY AI", email = "dev@mostly.ai" }]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Authors field deleted instead of updated

Medium Severity

The authors field in pyproject.toml was completely removed instead of being updated with the new email address. The PR description states the intent is to change the email from dev@mostly.ai to michael.platzer@gmail.com, but the entire authors line was deleted. This results in no author metadata being present in the package.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5adf899. Configure here.

requires-python = ">=3.11,<3.14"
readme = "README.md"
license = "Apache-2.0"
Expand Down