Skip to content

Use shareup/swift-transformers#7

Merged
atdrendel merged 1 commit intomainfrom
update-swift-transformers
Mar 17, 2026
Merged

Use shareup/swift-transformers#7
atdrendel merged 1 commit intomainfrom
update-swift-transformers

Conversation

@atdrendel
Copy link
Copy Markdown

@atdrendel atdrendel commented Mar 17, 2026

shareup/swift-transformers contains a fix the prevents the creation of unnecessary background URL sessions.

Copilot AI review requested due to automatic review settings March 17, 2026 22:46
Copy link
Copy Markdown

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 PR updates the Swift Package Manager dependency source for swift-transformers, switching from the Hugging Face repository to a fork, and adjusts the version requirement accordingly.

Changes:

  • Replace https://github.com/huggingface/swift-transformers with https://github.com/shareup/swift-transformers.
  • Change the required swift-transformers version range from 1.2.0 to 0.0.1 (using .upToNextMinor).

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

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +31 to +32
url: "https://github.com/shareup/swift-transformers",
.upToNextMinor(from: "0.0.1")
Comment on lines +31 to 33
url: "https://github.com/shareup/swift-transformers",
.upToNextMinor(from: "0.0.1")
),
@atdrendel atdrendel merged commit 20d30a1 into main Mar 17, 2026
6 checks passed
@atdrendel atdrendel deleted the update-swift-transformers branch March 17, 2026 22:58
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.

2 participants