We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f335d86 commit 3cb2785Copy full SHA for 3cb2785
1 file changed
requirements.txt
@@ -1,9 +1,11 @@
1
slack-bolt>=1.19.1,<2
2
slack-sdk>=3.30.0,<4
3
openai>=1.68.2,<2
4
-tiktoken>=0.9.0,<0.10
+# Keep the existing tiktoken range on pre-3.14 and allow 3.14 installs.
5
+tiktoken>=0.9.0,<0.10; python_version < "3.14"
6
+tiktoken>=0.12.0,<0.13; python_version >= "3.14"
7
# https://github.com/Yelp/elastalert/issues/2306
8
urllib3<2
-pillow>=10.4.0,<11
9
+pillow>=11.3.0,<12
10
requests>=2.32,<3
11
python-dotenv>=1.0.1,<2
0 commit comments