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.
1 parent 4b5fca5 commit ea82bf5Copy full SHA for ea82bf5
fastapi_tailwind/__init__.py
@@ -2,4 +2,4 @@
2
✨ TailwindCSS V4 support for 🔥 FastAPI.
3
"""
4
5
-__version__ = "2.0.3alpha1"
+__version__ = "2.0.4alpha1"
scripts/binary.py
@@ -12,7 +12,7 @@
12
13
from utils import write_bin_metadata, bin_name_generator
14
15
-TAILWIND_VERSION = "4.0.15"
+TAILWIND_VERSION = "4.1.11"
16
REPO_ID = "tailwindlabs/tailwindcss"
17
18
# TODO: use this to implement "pull all".
0 commit comments