Results 2 issues of laazy

code: ```python import toml s = """ [foo] bar1 = [ {msg = ["1'2"] }, ], [[foo.bar2]] msg = "1'2" """ print(toml.loads(s)) ``` output: ```python {'foo': {'bar1': [], 'bar2': [{'msg':...

**Describe the bug** as https://pypi.org/project/cvxpy/1.5.3/#description shown, it requires python >= 3.8, but actually need python >= 3.9. ![image](https://github.com/user-attachments/assets/3e915810-10c5-4c09-b2b1-a0970ade95be) **To Reproduce** just open https://pypi.org/project/cvxpy/1.5.3/#description **Expected behavior** require python >= 3.9