Skip to content

Commit

Permalink
bump ngen.config version 0.1.9 -> 0.1.10
Browse files Browse the repository at this point in the history
- Monkey patch `pydantic.PyObject` to avoid throwing an error when
  generating a pydantic models schema. PyObject will show up as string
  types in model schema.
  • Loading branch information
aaraney authored and hellkite500 committed Nov 2, 2023
1 parent 2f93cbf commit 764ce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ngen_conf/src/ngen/config/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.9'
__version__ = '0.1.10'

0 comments on commit 764ce72

Please sign in to comment.