-
Notifications
You must be signed in to change notification settings - Fork 6k
Rename Parameter proxy_url to proxy and Support httpx.Proxy as Input
#3939
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
Conversation
tsnoam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. see comments if you care to change anything.
| * For Socks5 support, additional dependencies are required. Make sure to install | ||
| PTB via :command:`pip install "python-telegram-bot[socks]"` in this case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * For Socks5 support, additional dependencies are required. Make sure to install | |
| PTB via :command:`pip install "python-telegram-bot[socks]"` in this case. | |
| * For Socks5 support, additional dependencies are required. They can be installed using the | |
| command :command:`pip install "python-telegram-bot[socks]"`. |
# Conflicts: # telegram/request/_httpxrequest.py
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ApplicationBuilder.proxy_url part should be changed as well? Shouldn't the tests fail because of the uncaught warning raised?
Sorry, hadn't seen this. Will change appbilder. PTB warnings are explicitly ignored in |
harshil21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests look good, just some typos:
harshil21
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Closes #3844