kiota-serialization-json-python

JSON serialization implementation for Kiota clients in Python

MIT License

Stars
4
Committers
13

Bot releases are visible (Hide)

kiota-serialization-json-python - v1.3.2

Published by github-actions[bot] about 1 month ago

Added

  • Fixed numeric strings from being parsed as Datetime objects to being parsed as strings.
    -Only parse to Datetime objects that conform to ISO 8601 format.
kiota-serialization-json-python - v1.3.1 Latest Release

Published by github-actions[bot] about 2 months ago

Added

  • Fixed 4-digit numeric strings from being parsed as Datetime objects to being parsed as strings.
kiota-serialization-json-python - v1.3.0

Published by github-actions[bot] 3 months ago

Added

  • Support dict[str, Any] and list[dict[str, Any]] when writing additional data.

Changed

  • Fixed a bug where date time deserialization would fail because of empty strings.
  • Fixed a bug where float deserialization if the number represented qualified as an int.
kiota-serialization-json-python - v1.2.0

Published by github-actions[bot] 6 months ago

Added

Changed

  • Enhanced error handling: Enabled silent failure when an enum key is not available
kiota-serialization-json-python - v1.1.0

Published by github-actions[bot] 8 months ago

Added

Changed

  • Support objects and collections when writing additional data.
kiota-serialization-json-python - v1.0.0

Published by samwelkanda 9 months ago

General availability of the package

kiota-serialization-json-python - v1.0.1

Published by github-actions[bot] 9 months ago

Added

Changed

  • Bump pendulum to v3.0.0b1 for python 3.12 support.
Badges
Extracted from project README
PyPI version CI Actions Status Downloads