Skip to content

Conversation

@dixonjoel
Copy link
Collaborator

What does this Pull Request accomplish?

Updates hightime dependencies to a released version of 1.0.0 instead of a dev version.

Fixes #83

Why should this Pull Request be merged?

Use released dependencies

What testing has been done?

Did poetry lock and poetry install on all 3 projects affected by the changes and verified hightime 1.0.0

@dixonjoel dixonjoel requested a review from csjall as a code owner December 15, 2025 22:06
Copilot AI review requested due to automatic review settings December 15, 2025 22:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the hightime dependency from a pre-release development version (>=0.3.0.dev0) to the stable release version 1.0.0 across the project and its examples. The update correctly removes the allow-prereleases = true flag as the dependency is now using a released version. The poetry lock files have been regenerated to reflect the new dependency version, including the removal of Python 3.8 wheel entries for PyYAML (which is correct since the project requires Python >=3.10).

Key Changes

  • Updated hightime dependency version constraint from >=0.3.0.dev0 to >=1.0.0 in all pyproject.toml files
  • Removed allow-prereleases = true flag for hightime dependency
  • Regenerated poetry.lock files to reflect the stable hightime 1.0.0 release

Reviewed changes

Copilot reviewed 2 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Updated main project's hightime dependency to 1.0.0 stable release
poetry.lock Regenerated lock file with hightime 1.0.0 and cleaned up Python 3.8 PyYAML wheels
examples/system/poetry.lock Updated transitive hightime dependency reference to 1.0.0
examples/overview/pyproject.toml Updated overview example's hightime dependency to 1.0.0 stable release
examples/overview/poetry.lock Regenerated lock file with hightime 1.0.0 and updated content-hash

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dixonjoel dixonjoel merged commit d6421c4 into main Dec 16, 2025
35 checks passed
@dixonjoel dixonjoel deleted the users/jdixon/update-hightime-deps branch December 16, 2025 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update hightime dependency for example(s) to 1.0.0 (a released version)

3 participants