Bump to v1.41

This commit is contained in:
Lonami Exo
2025-09-01 17:33:19 +02:00
parent 293f8d5bd9
commit 5d07348faf
3 changed files with 38 additions and 1 deletions
@@ -42,6 +42,7 @@ KNOWN_NAMED_EXAMPLES = {
KNOWN_TYPED_EXAMPLES = {
'int128': "int.from_bytes(os.urandom(16), 'big')",
'int256': "int.from_bytes(os.urandom(32), 'big')",
'bytes': "b'arbitrary\\x7f data \\xfa here'",
'long': "-12398745604826",
'string': "'some string here'",