Skip to content
Closed
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.7

### Security

- **security:** fix(deps): upgrade vulnerable transitive dependencies [security]

## 0.1.7-dev0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "uns_mcp"
version = "0.1.6" # Set only non-dev versions to release
version = "0.1.7" # Set only non-dev versions to release
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Version bump triggers unintended PyPI release of dev code

High Severity

Bumping version from 0.1.6 to 0.1.7 in pyproject.toml will trigger the release.yml workflow on merge, which automatically publishes to PyPI whenever it detects a version change on main. The 0.1.7-dev0 CHANGELOG entry indicates development work is still in progress and hasn't been formally released. This automated security-fix PR would inadvertently publish a new release containing unreleased dev changes.

Additional Locations (1)
Fix in Cursor Fix in Web

description = "MCP server implementation providing structured tools for interacting with the Unstructured API, managing sources, destinations, workflows, and jobs"
requires-python = ">=3.12"
readme = "README.md"
Expand Down
Loading
Loading