Skip to content

Commit 3cb2785

Browse files
Adjust dependencies for Python compatibility before and in 3.14, cc #136 (#139)
1 parent f335d86 commit 3cb2785

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
slack-bolt>=1.19.1,<2
22
slack-sdk>=3.30.0,<4
33
openai>=1.68.2,<2
4-
tiktoken>=0.9.0,<0.10
4+
# 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"
57
# https://github.com/Yelp/elastalert/issues/2306
68
urllib3<2
7-
pillow>=10.4.0,<11
9+
pillow>=11.3.0,<12
810
requests>=2.32,<3
911
python-dotenv>=1.0.1,<2

0 commit comments

Comments
 (0)