Skip to content

fix: update sample requirements.txt to pin SDK ~=2.0.0#33

Merged
TheRealAgentK merged 1 commit intomasterfrom
fix/sample-sdk-version-pins
Apr 13, 2026
Merged

fix: update sample requirements.txt to pin SDK ~=2.0.0#33
TheRealAgentK merged 1 commit intomasterfrom
fix/sample-sdk-version-pins

Conversation

@TheRealAgentK
Copy link
Copy Markdown
Collaborator

All three sample integrations had stale SDK version pins that didn't match the released 2.0.0 version:

  • samples/template/requirements.txt~=1.0.2~=2.0.0
  • samples/api-fetch/requirements.txt~=1.0.2~=2.0.0
  • samples/action-error-demo/requirements.txt — unpinned → ~=2.0.0

The sample code itself already uses the v2 FetchResponse.data pattern — only the pins were stale.

@github-actions
Copy link
Copy Markdown

Coverage — 3c3c3b1 (fix: update sample requirements.txt to pin SDK ~=2.0.0) by @TheRealAgentK

Total coverage: 100%

File Stmts Miss Cover Missing
src/autohive_integrations_sdk/__init__.py 2 0 100%
src/autohive_integrations_sdk/integration.py 358 0 100%

@TheRealAgentK TheRealAgentK merged commit 297e84d into master Apr 13, 2026
1 check passed
@TheRealAgentK TheRealAgentK deleted the fix/sample-sdk-version-pins branch April 13, 2026 03: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.

2 participants