fix (glasgow): update patch (#8627)

Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
Owen Zimmerman
2025-12-25 13:03:10 -06:00
committed by GitHub
parent f288524973
commit 5dccd38536
+1 -1
View File
@@ -9,7 +9,7 @@ index c1151748..c3302e60 100644
- "typing_extensions>=4.8,<5",
+ "typing_extensions",
# Amaranth is the core of the Glasgow software/gateware interoperability layer. It uses SemVer.
- "amaranth>=0.5.7,<0.6",
- "amaranth>=0.5.8,<0.6",
+ "amaranth",
# `packaging` is used in the plugin system, `support.plugin`. It uses CalVer: the major version
# is the two last digits of the year and the minor version is the release within that year.