Skip to content

Commit 77d4028

Browse files
committed
Merge remote-tracking branch 'origin/fix-tiktoken-version' into cf-600
2 parents 5d64021 + dad7e82 commit 77d4028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ pytest = ">=7.0.0,<8.3.4"
7373
gitpython = ">=3.1.31"
7474
libcst = ">=1.0.1"
7575
jedi = ">=0.19.1"
76-
tiktoken = ">=0.3.2"
76+
tiktoken = ">=0.7.0"
7777
timeout-decorator = ">=0.5.0"
7878
pytest-timeout = ">=2.1.0"
7979
tomlkit = ">=0.11.7"
8080
unittest-xml-reporting = ">=3.2.0"
8181
junitparser = ">=3.1.0"
8282
pydantic = ">=1.10.1"
8383
humanize = ">=4.0.0"
84-
posthog = ">=3.0.0,<=3.11.0"
84+
posthog = ">=3.0.0"
8585
click = ">=8.1.0"
8686
inquirer = ">=3.0.0"
8787
sentry-sdk = ">=1.40.6,<3.0.0"

0 commit comments

Comments
 (0)