Skip to content

fix: add Windows path support#13

Merged
galuszkm merged 2 commits intomainfrom
fix/mg/windows-path-resolve
Mar 27, 2026
Merged

fix: add Windows path support#13
galuszkm merged 2 commits intomainfrom
fix/mg/windows-path-resolve

Conversation

@galuszkm
Copy link
Copy Markdown
Member

@galuszkm galuszkm commented Mar 27, 2026

Description

  • Add Windows drive letter handling in filesystem spec detection to prevent colon misinterpretation on absolute paths like "C:..."
  • Update CI workflow to test across multiple operating systems (ubuntu-latest, windows-latest) with Python 3.11, 3.12, 3.13
  • Pin ty development dependency to exact version 0.0.24 for consistency
  • Update transitive dependencies: anyio 4.12.1 → 4.13.0, bedrock-agentcore 1.4.7 → 1.4.8, boto3 1.42.73 → 1.42.77

Related Issues

Closes: #12

Type of Change

  • Bug fix

YAML / API Impact

N/A

Testing

How have you tested the change?

  • I ran uv run just check (lint + type check)
  • I ran uv run just test for overall testing
  • I added or updated tests that prove my fix is effective or my feature works
  • I verified existing examples in examples/ still work

Checklist

  • I have read the CONTRIBUTING document
  • I have updated the documentation accordingly
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

- Add Windows drive letter handling in filesystem spec detection to prevent colon misinterpretation on absolute paths like "C:\..."
- Update CI workflow to test across multiple operating systems (ubuntu-latest, windows-latest) with Python 3.11, 3.12, 3.13
- Pin ty development dependency to exact version 0.0.24 for consistency
- Update transitive dependencies: anyio 4.12.1 → 4.13.0, bedrock-agentcore 1.4.7 → 1.4.8, boto3 1.42.73 → 1.42.77
@galuszkm galuszkm self-assigned this Mar 27, 2026
@galuszkm galuszkm added the bug Something isn't working label Mar 27, 2026
- Using chdir before os.path.relpath
@galuszkm galuszkm linked an issue Mar 27, 2026 that may be closed by this pull request
3 tasks
@galuszkm galuszkm merged commit e442059 into main Mar 27, 2026
10 checks passed
@galuszkm galuszkm deleted the fix/mg/windows-path-resolve branch March 27, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] Resolve tools from file failing on Windows

1 participant