Skip to content

Tags: bnbong/FastAPI-fastkit

Tags

v1.4.1

Toggle v1.4.1's commit message
[TEST] add coverage testcases

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #75 from bnbong/dev

[RELEASE] v1.4.0

v1.3.0

Toggle v1.3.0's commit message
[RELEASE] v1.3.0

v1.2.1

Toggle v1.2.1's commit message
[FIX] parse PEP 508 requirements in PoetryManager.generate_dependency…

…_file

The previous implementation only handled pinned (`==`) versions; other pip
specifiers (`>=`, `~=`, `<=`, `<`, `>`, `!=`, `===`) and environment markers
(`; sys_platform != 'win32'`) were concatenated into the TOML key, producing
invalid `pyproject.toml` that `poetry install` could not parse.

Introduce `_parse_pip_requirement` to split name, extras, version specifier,
and environment marker, and emit Poetry-compatible TOML — inline tables when
extras or markers are present, bare version strings otherwise.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

v1.2.0

Toggle v1.2.0's commit message

v1.1.5

Toggle v1.1.5's commit message
[DOCS] update CHANGELOG.md

v1.1.4

Toggle v1.1.4's commit message
[HOTFIX] fixing console object import error

v1.1.3

Toggle v1.1.3's commit message
[RELEASE] v1.1.3

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #14 from bnbong/dev

[RELEASE] version 1.1.2

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #12 from bnbong/dev

[RELEASE] version 1.1.1