Skip to content

Releases: comfuture/function-schema

v0.4.6

03 Jun 05:34
994aa9d
Compare
Choose a tag to compare

What's Changed

  • Refactor Doc class to support Protocols by @comfuture in #17
  • Refactor Doc type handling to use DocMeta protocol by @comfuture in #20
  • Separate example codes from README and add OpenAI, Claude, MCP examples by @copilot-swe-agent in #23
  • Fixes possible error while testing isinstance(T, value) in Optional[T] in python <= 3.9

New Contributors

Full Changelog: v0.4.5...v0.4.6

v0.4.5

20 Nov 23:54
3502f3d
Compare
Choose a tag to compare

What's Changed

  • Fixes possible breaking issues by adding support for PEP568 compatibility (fixes #15) by @jbaiter in #16

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

27 Sep 08:05
46303ab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.4

v0.4.3 Feature Check for support lesser python version

27 Sep 07:59
b070e19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

20 Sep 02:49
202d504
Compare
Choose a tag to compare

What's Changed

  • Fixes type: Doc type now exposed.
  • Update function-schema to version 0.4.2 by @comfuture in #9

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Sep 09:52
4c5a18a
Compare
Choose a tag to compare

What's Changed

  • Enhance Doc in Annotation and implement its tests by @comfuture in #8

Full Changelog: v0.4.0...v0.4.1

v0.4.0

08 Sep 14:55
Compare
Choose a tag to compare

What's Changed

  • Add devcontainer and Dependabot configurations by @comfuture in #7
  • Implement PEP-0727 Doc in Annotation metadata by @comfuture in #6

Full Changelog: v0.3.6...v0.4.0

v0.3.6

24 Aug 07:31
d9e16b8
Compare
Choose a tag to compare

What's Changed

  • drop "integer" in schema type by @comfuture in #5
  • Start using uv as package manager

Full Changelog: v0.3.4...v0.3.6

v0.3.4

13 Apr 09:19
6a50a38
Compare
Choose a tag to compare

What's Changed

  • Fix enum handling in get_function_schema by @comfuture in #4

Full Changelog: v0.3.3...v0.3.4

v0.3.3

09 Apr 06:47
6ccdd51
Compare
Choose a tag to compare

What's Changed

  • Support Literal type and code refactorings by @comfuture in #3

Full Changelog: v0.3.2...v0.3.3