Skip to content

Commit a3728eb

Browse files
authored
Pin typing-extensions to 4.7.1. (#109)
4.8.0 dropped support for Python 3.7 (https://github.com/python/typing_extensions/blob/main/CHANGELOG.md#release-480rc1-september-7-2023).
1 parent daca12d commit a3728eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TA_dataset/lib/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ requests==2.31.0; python_version <= '3.8'
88
sniffio==1.3.0; python_version <= '3.8'
99
splunk-sdk==1.7.3; python_version <= '3.8'
1010
splunktaucclib==6.0.7; python_version <= '3.8'
11-
typing-extensions==4.9.0; python_version <= '3.8'
11+
typing-extensions==4.7.1; python_version <= '3.8'
1212
urllib3==1.26.16; python_version <= '3.8'

0 commit comments

Comments
 (0)