Skip to content

Commit 4e39d0c

Browse files
authored
docs: use GitHub markdown for version notice (#46) [skip ci]
1 parent 0f97f6f commit 4e39d0c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
The official Python library for the Fish Audio API
1010

1111
**Documentation:** [Python SDK Guide](https://docs.fish.audio/developer-guide/sdk-guide/python/) | [API Reference](https://docs.fish.audio/api-reference/sdk/python/)
12-
13-
> ### Important: Changes to PyPI Versioning
14-
>
12+
> [!IMPORTANT]
13+
> ## Changes to PyPI Versioning
14+
>
1515
> For existing users on Fish Audio Python SDK, please note that the starting version is now `1.0.0`. The last version before this was `2025.6.3`. You may need to adjust your version constraints accordingly.
16-
>
16+
>
1717
> The original API in the `fish_audio_sdk` package has NOT been removed, but you will not receive any updates if you continue using the old versioning scheme.
18-
>
18+
>
1919
> The simplest fix is to update your dependency to `fish-audio-sdk>=1.0.0` to continue receiving updates, or by pinning to a specific version like `fish-audio-sdk==1.0.0` when installing via your package manager. There are no changes to the API itself in this transition.
20-
>
20+
>
2121
> If you're using the legacy `fish_audio_sdk` and would like to switch to the newer, more robust `fishaudio` package, see the [migration guide](https://docs.fish.audio/archive/python-sdk-legacy/migration-guide) to upgrade.
2222
2323
## Installation

0 commit comments

Comments
 (0)