chalkpy 2.94.4__py3-none-any.whl → 2.94.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chalk/_version.py +1 -1
- chalk/serialization/parsed_annotation.py +1 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.5.dist-info}/METADATA +1 -1
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.5.dist-info}/RECORD +7 -7
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.5.dist-info}/WHEEL +0 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.5.dist-info}/entry_points.txt +0 -0
- {chalkpy-2.94.4.dist-info → chalkpy-2.94.5.dist-info}/top_level.txt +0 -0
chalk/_version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.94.
|
|
1
|
+
__version__ = "2.94.5"
|
|
@@ -350,6 +350,7 @@ class ParsedAnnotation:
|
|
|
350
350
|
if "__chalk_document__" in args:
|
|
351
351
|
self._is_document = True
|
|
352
352
|
origin = get_origin(annotation)
|
|
353
|
+
self._parsed_annotation = cast(type, annotation)
|
|
353
354
|
|
|
354
355
|
# The only allowed collections here are Set, List, or DataFrame
|
|
355
356
|
if origin in (set, Set):
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
chalk/__init__.py,sha256=vKsx9-cl5kImlVWGHVRYO6bweBm79NAzGs3l36u71wM,2657
|
|
2
|
-
chalk/_version.py,sha256=
|
|
2
|
+
chalk/_version.py,sha256=Qmv2b4Jo9qDqZXfCZy0KnuQ1PNs_9AR_UG9cpszCeWA,23
|
|
3
3
|
chalk/cli.py,sha256=ckqqfOI-A2mT23-rnZzDMmblYj-2x1VBX8ebHlIEn9A,5873
|
|
4
4
|
chalk/importer.py,sha256=m4lMn1lSYj_euDq8CS7LYTBnek9JOcjGJf9-82dJHbA,64441
|
|
5
5
|
chalk/prompts.py,sha256=2H9UomLAamdfRTNUdKs9i3VTpiossuyRhntqsAXUhhg,16117
|
|
@@ -716,7 +716,7 @@ chalk/queries/named_query.py,sha256=Yc_g7QYCmEbgKneGPQ8FPsKeic6B3MY2LeX4fPEHyWc,
|
|
|
716
716
|
chalk/queries/query_context.py,sha256=O8ZVXq2cD3YnhIzRHOtewlRl4ur-Pzsz4SricO3H7Fo,2989
|
|
717
717
|
chalk/queries/scheduled_query.py,sha256=VJ4rIXpVIwhmSsaOHuJ6TUsafSGIjLZfb-mz0S7dAjY,7145
|
|
718
718
|
chalk/serialization/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
719
|
-
chalk/serialization/parsed_annotation.py,sha256=
|
|
719
|
+
chalk/serialization/parsed_annotation.py,sha256=UW_EOaTSHb0JHqZ_GDInCQkKJZILsiQu-Lta0oqOKkc,25587
|
|
720
720
|
chalk/sink/__init__.py,sha256=R58HP9J4hSJbYiKk7xg-uTN3hmpLlt7knLHkco2JdlU,101
|
|
721
721
|
chalk/sink/_models.py,sha256=C2zCh8isYb1m3aLbYs7rOf5HAd4j060xvQWooSxvhBM,136
|
|
722
722
|
chalk/sql/__init__.py,sha256=njdGqfApIB4gvRy4WXu6Yj7RnBnO6JGXLosvawaQRzU,61240
|
|
@@ -803,8 +803,8 @@ chalk/utils/tracing.py,sha256=ye5z6UCEsrxXC3ofXUNCDdUCf8ydPahEO92qQTd0AIA,11383
|
|
|
803
803
|
chalk/utils/weak_set_by_identity.py,sha256=VmikA_laYwFeOphCwXJIuyOIkrdlQe0bSzaXq7onoQw,953
|
|
804
804
|
chalk/utils/pydanticutil/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
805
805
|
chalk/utils/pydanticutil/pydantic_compat.py,sha256=O575lLYJ5GvZC4HMzR9yATxf9XwjC6NrDUXbNwZidlE,3031
|
|
806
|
-
chalkpy-2.94.
|
|
807
|
-
chalkpy-2.94.
|
|
808
|
-
chalkpy-2.94.
|
|
809
|
-
chalkpy-2.94.
|
|
810
|
-
chalkpy-2.94.
|
|
806
|
+
chalkpy-2.94.5.dist-info/METADATA,sha256=cC1j0_cYyHe3oQ_ZyreNafWq_PZUVmqIn8vT9nSgGYk,27494
|
|
807
|
+
chalkpy-2.94.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
808
|
+
chalkpy-2.94.5.dist-info/entry_points.txt,sha256=Vg23sd8icwq-morJrljVFr-kQnMbm95rZfZj5wsZGis,42
|
|
809
|
+
chalkpy-2.94.5.dist-info/top_level.txt,sha256=1Q6_19IGYfNxSw50W8tYKEJ2t5HKQ3W9Wiw4ia5yg2c,6
|
|
810
|
+
chalkpy-2.94.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|