Skip to content

Commit 498d6a3

Browse files
Freeze python-telegram-bot[socks] verstion to 12.7
1 parent 0941aac commit 498d6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_long_description() -> str:
3838
author_email='[email protected]',
3939
install_requires=[
4040
'setuptools',
41-
'python-telegram-bot[socks]>=12.7',
41+
'python-telegram-bot[socks]==12.7',
4242
'click>=7.1.2',
4343
'requests>=2.23.0',
4444
'dateparser>=0.7.4',

0 commit comments

Comments
 (0)