Skip to content

Commit 691daa8

Browse files
committed
chore: update version to 0.0.21 and clean up inline script metadata in __init__.py
1 parent 4f0c63f commit 691daa8

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to the Specify CLI and templates are documented here.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.0.21] - 2025-10-25
11+
12+
### Fixed
13+
14+
- Removed conflicting PEP 723 inline script metadata from `__init__.py` that was causing `uv` to ignore `requires-python` from `pyproject.toml` and default to `>=3.12`
15+
1016
## [0.0.20] - 2025-10-14
1117

1218
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agentic-sdlc-specify-cli"
3-
version = "0.0.19"
3+
version = "0.0.21"
44
description = "Specify CLI, part of GitHub Spec Kit. A tool to bootstrap your projects for Spec-Driven Development (SDD)."
55
requires-python = ">=3.11"
66
dependencies = [

src/specify_cli/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
#!/usr/bin/env python3
2-
# /// script
3-
# requires-python = ">=3.11"
4-
# dependencies = [
5-
# "typer",
6-
# "rich",
7-
# "platformdirs",
8-
# "readchar",
9-
# "httpx",
10-
# ]
11-
# ///
122
"""
133
Specify CLI - Setup tool for Specify projects
144

0 commit comments

Comments
 (0)