Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

update tiktoken to 0.6.0 #336

Closed
wants to merge 1 commit into from
Closed

update tiktoken to 0.6.0 #336

wants to merge 1 commit into from

Conversation

peterj
Copy link

@peterj peterj commented Apr 27, 2024

Problem

SDK should be using the latest tiktoken dependency. If I move to tiktoken 0.3.3, then I can't use the latest langchain-openai as it requires tiktoken >=0.5.2

Solution

rev the version. fixes #318

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Ran the tests, checked the tiktoken docs for any breaking changes since 0.3.3 (there weren't any).

Signed-off-by: Peter Jausovec <[email protected]>
@miararoy miararoy closed this Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Please update tiktoken > 0.4 for canopy-sdk
2 participants