Skip to content

Releases: litestar-org/type-lens

v0.2.3

02 Oct 14:51
483021b
Compare
Choose a tag to compare

What's Changed

  • feat: Add has_annotation field to ParameterView. by @DanCardin in #41

Full Changelog: v0.2.2...v0.2.3

v0.2.2

28 Sep 11:24
aa5d9b2
Compare
Choose a tag to compare

What's Changed

  • fix: Handle literal[something] is_subclass_of checks. by @DanCardin in #40

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Sep 17:43
e2df15d
Compare
Choose a tag to compare

What's Changed

  • chore: Remove pre-alpha warning. by @DanCardin in #38
  • fix: Remove reference to litestar utility. by @DanCardin in #36
  • fix: Include typing_extensions in package dependencies. by @DanCardin in #37
  • fix: Handling of _SpecialForm objects in repr_type in 3.8. by @DanCardin in #39

Full Changelog: v0.2.0...v0.2.1

v0.2.0

27 Sep 17:42
6a92c57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0a1...v0.2.0

v0.1.0a1

30 Mar 07:11
Compare
Choose a tag to compare
v0.1.0a1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.1.0a0...v0.1.0a1

v0.1.0a0

26 Mar 02:11
Compare
Choose a tag to compare
v0.1.0a0 Pre-release
Pre-release

Warning

Pre-Release Alpha Stage

Please note that type-lens is currently in a pre-release alpha stage of development. This means the library is still
under active development, and its API is subject to change. We encourage developers to experiment with type-lens and
provide feedback, but we recommend against using it in production environments until a stable release is available.

Inspired by tools used within the Litestar ASGI framework, type-lens is a library to support runtime introspection of Python type annotations.