We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cbda63 + a4c5e87 commit f709751Copy full SHA for f709751
docs/user-guide/first-steps.md
@@ -30,6 +30,13 @@ CSS:
30
</html>
31
```
32
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
40
There are two ways to tell PyScript how to find your code.
41
42
* With a standard HTML `<script>` tag whose `type` attribute is either `py`
0 commit comments