Change the TimestampStrings check to check for str instead of not ZoneInfo.

This fixes the pytest problem which threw:
TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union

during Mocking
This commit is contained in:
Clemens Schwaighofer
2025-09-25 15:36:47 +09:00
parent ca0ab2d7d1
commit bb60a570d0
4 changed files with 51 additions and 11 deletions

2
uv.lock generated
View File

@@ -53,7 +53,7 @@ wheels = [
[[package]]
name = "corelibs"
version = "0.24.1"
version = "0.24.2"
source = { editable = "." }
dependencies = [
{ name = "jmespath" },