Skip to content

Commit 26d0244

Browse files
authored
fix: pin openai package version (#167)
2 parents 103dca5 + 2b88463 commit 26d0244

File tree

4 files changed

+345
-333
lines changed

4 files changed

+345
-333
lines changed

docs/changelogs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Welcome to the TimeCopilot Changelog. Here, you will find a comprehensive list of all the changes, updates, and improvements made to the TimeCopilot project. This section is designed to keep you informed about the latest features, bug fixes, and enhancements as we continue to develop and refine the TimeCopilot experience. Stay tuned for regular updates and feel free to explore the details of each release below.
44

55

6+
- [v0.0.16](v0.0.16.md)
67
- [v0.0.15](v0.0.15.md)
78
- [v0.0.14](v0.0.14.md)
89
- [v0.0.13](v0.0.13.md)

docs/changelogs/v0.0.16.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Fixes
2+
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).
4+
5+
---
6+
7+
**Full Changelog**: https://github.com/AzulGarza/timecopilot/compare/v0.0.15...v0.0.16

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dependencies = [
4444
"fire",
4545
"gluonts[torch]",
4646
"nixtla>=0.6.6",
47+
"openai<=1.99.1",
4748
"pandas>=2.2.0 ; python_full_version >= '3.13'",
4849
"prophet>=1.1.7",
4950
"pydantic-ai[logfire]",

0 commit comments

Comments
 (0)