Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pandas = "2.3.3"
pyarrow = ">=10.0.1"
pytest = ">=8.4.2"
pyright = ">=1.1.407"
ty = "0.0.1a25"
ty = "0.0.1a27"
Copy link
Contributor

Choose a reason for hiding this comment

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

I know it is still a draft, but I think we would like to have ty = ">=0.0.1a27" when things are fixed (or a later version, depending on when we can resolve all issues), instead of a fixed version.

Copy link
Member Author

Choose a reason for hiding this comment

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

I had just made the PR to link with the issue on the ty repo, this will not stay as is for sure!

pyrefly = ">=0.39.4"
poethepoet = ">=0.16.5"
loguru = ">=0.6.0"
Expand Down
Loading