We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbfcb6a + 7e1b620 commit f88e50dCopy full SHA for f88e50d
python_utils/__about__.py
@@ -7,4 +7,4 @@
7
)
8
__url__: str = 'https://github.com/WoLpH/python-utils'
9
# Omit type info due to automatic versioning script
10
-__version__ = '3.6.0'
+__version__ = '3.6.1'
setup.py
@@ -29,7 +29,7 @@
29
),
30
package_data={'python_utils': ['py.typed']},
31
long_description=long_description,
32
- install_requires=['typing_extensions'],
+ install_requires=['typing_extensions>3.10.0.2'],
33
tests_require=['pytest'],
34
extras_require={
35
'loguru': [
0 commit comments