Skip to content

Commit f709751

Browse files
authored
Merge pull request #41 from pyscript/fpliger/add_latest_deprecation_warning
Add note about deprecation warning using latest
2 parents 7cbda63 + a4c5e87 commit f709751

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/user-guide/first-steps.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ CSS:
3030
</html>
3131
```
3232

33+
!!! warning
34+
35+
Since release `2023.11.1` the `https://pyscript.net/latest/` path has been deprecated and will be
36+
completely removed from release >= `2023.12.x`. If you've been using `/latest` as a path we
37+
highly encourage you to pin your application to a specific version to avoid breaking your
38+
application.
39+
3340
There are two ways to tell PyScript how to find your code.
3441

3542
* With a standard HTML `<script>` tag whose `type` attribute is either `py`

0 commit comments

Comments
 (0)