Skip to content

Commit d039c3c

Browse files
authored
release: v0.0.16 (#169)
2 parents 26d0244 + 7249314 commit d039c3c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

docs/changelogs/v0.0.16.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Fixes
22

3-
* **OpenAI Package Version Pinned**: Recent releases of the OpenAI package have been causing a `TypeError: Cannot instantiate typing.Union`. For more information, see [this issue](https://github.com/pydantic/pydantic-ai/issues/2476). Details can be found in [#xx](https://github.com/AzulGarza/timecopilot/pull/xx).
3+
* **OpenAI Package Version Pinned**: Recent releases of the OpenAI package have been causing a `TypeError: Cannot instantiate typing.Union`. For more information, see [this issue](https://github.com/pydantic/pydantic-ai/issues/2476). Details can be found in [#167](https://github.com/AzulGarza/timecopilot/pull/167).
44

55
---
66

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ nav:
3232
- api/gift_eval/gift_eval.md
3333
- Changelogs:
3434
- changelogs/index.md
35+
- changelogs/v0.0.16.md
3536
- changelogs/v0.0.15.md
3637
- changelogs/v0.0.14.md
3738
- changelogs/v0.0.13.md

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ license = "MIT"
6666
name = "timecopilot"
6767
readme = "README.md"
6868
requires-python = ">=3.10"
69-
version = "0.0.15"
69+
version = "0.0.16"
7070

7171
[project.scripts]
7272
timecopilot = "timecopilot._cli:main"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)