Hi guys!
Last days I was playing around the new python 3.14 bug I simply can´t run any script in debug mode!
Take a look!
Just a simple code!
from pydantic import BaseModel
class a(BaseModel):
test: str
print("test")
But a simple execution using vs code debbuging
Tools:

