Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add proxies #216

Merged
merged 1 commit into from
Feb 17, 2025
Merged

add proxies #216

merged 1 commit into from
Feb 17, 2025

Conversation

Graeme22
Copy link
Contributor

Description

Adds a proxy parameter to sessions to allow for proxying requests through a proxy server.
Proxies will also apply to web socket connections such as those used in the streamers.

Pre-merge checklist

  • Code formatted correctly (check with make lint)
  • Code implemented for both sync and async
  • Passing tests locally (check with make test, make sure you have TT_USERNAME, TT_PASSWORD, and TT_ACCOUNT environment variables set)
  • New tests added (if applicable)

Please note that, in order to pass the tests, you'll need to set up your Tastytrade credentials as repository secrets on your local fork. Read more at CONTRIBUTING.md.

@Graeme22 Graeme22 merged commit dc24afb into master Feb 17, 2025
1 check failed
@Graeme22 Graeme22 deleted the proxies branch February 17, 2025 17:44
@Graeme22
Copy link
Contributor Author

Graeme22 commented Feb 20, 2025

Hi @CompiledSteven, are you on websockets>=15? Please run uv sync, your problem is due to installing from git instead of pypi.

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.

1 participant