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 157d53c commit 34cdb98Copy full SHA for 34cdb98
posthog/test/test_utils.py
@@ -133,6 +133,7 @@ class NestedModel(BaseModel):
133
@unittest.skipIf(sys.version_info < (3, 14), "Test only relevant for Python 3.14+")
134
def test_clean_pydantic_v1_warning_on_python_314(self):
135
"""Verify that Pydantic V1 models emit a warning on Python 3.14+"""
136
+
137
class ModelV1(BaseModelV1):
138
foo: int
139
bar: str
0 commit comments