Skip to content

Comments

feat: timeout parameter#61

Merged
cjumel merged 3 commits intoLinkupPlatform:mainfrom
EstebanVincent:feat/add_timeout_support
Feb 13, 2026
Merged

feat: timeout parameter#61
cjumel merged 3 commits intoLinkupPlatform:mainfrom
EstebanVincent:feat/add_timeout_support

Conversation

@EstebanVincent
Copy link
Contributor

Description

Add a timeout parameter (in seconds) to search, async_search, fetch, and async_fetch methods. When the HTTP request exceeds the given duration, a new LinkupTimeoutError is raised. Defaults to None (no timeout), preserving backward compatibility.

Checklist

  • I have installed pre-commit on this project (for instance with the make install-dev command)
    before creating any commit, or I have run successfully the make format-lint command on my
    changes.
  • I have run successfully the make test command on my changes.
  • I have updated the README.md if my changes affected it.

Copy link
Contributor

@cjumel cjumel left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!
There's just one point to address, otherwise it looks good 🙂

@cjumel cjumel self-requested a review February 12, 2026 16:16
Copy link
Contributor

@cjumel cjumel left a comment

Choose a reason for hiding this comment

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

(sorry, wrong button)

@EstebanVincent
Copy link
Contributor Author

removed the timeouts from the readme @cjumel

Copy link
Contributor

@cjumel cjumel left a comment

Choose a reason for hiding this comment

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

Thanks for the update!

@cjumel cjumel changed the title Feat/add timeout support feat: timeout parameter Feb 13, 2026
@cjumel cjumel merged commit 9283a56 into LinkupPlatform:main Feb 13, 2026
2 checks passed
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