Skip to content

⬆️(deps): Update tiktoken requirement from <1.0.0,>=0.7.0 to >=0.12.0,<1.0.0 in /packages/meeseeks_core#123

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/meeseeks_core/tiktoken-gte-0.12.0-and-lt-1.0.0
Open

⬆️(deps): Update tiktoken requirement from <1.0.0,>=0.7.0 to >=0.12.0,<1.0.0 in /packages/meeseeks_core#123
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/packages/meeseeks_core/tiktoken-gte-0.12.0-and-lt-1.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Updates the requirements on tiktoken to permit the latest version.

Changelog

Sourced from tiktoken's changelog.

[v0.12.0]

  • Build wheels for Python 3.14
  • Build musllinux aarch64 wheels
  • Support for free-threaded Python
  • Update version of pyo3 and rustc-hash
  • Avoid use of blobfile for reading local files
  • Recognise gpt-5 model identifier
  • Minor performance improvement for file reading

[v0.11.0]

  • Support for GPT-5
  • Update version of pyo3
  • Use new Rust edition
  • Fix special token handling in encode_to_numpy
  • Better error handling
  • Improvements to private APIs

[v0.10.0]

  • Support for newer models
  • Improvements to private APIs

[v0.9.0]

  • Support for o1 and o3 models
  • Better error messages when loading invalid vocabulary files
  • Support for encoding to numpy arrays
  • Delayed imports when not strictly necessary

[v0.8.0]

  • Support for o1- and chatgpt-4o- models
  • Build wheels for Python 3.13
  • Add possessive quantifiers to limit backtracking in regular expressions, thanks to @​l0rinc!
  • Provide a better error message and type for invalid token decode
  • Permit tuples in type hints
  • Better error message for passing invalid input to get_encoding
  • Better error messages during plugin loading
  • Add a __version__ attribute
  • Update versions of pyo3, regex, fancy-regex
  • Drop support for Python 3.8

[v0.7.0]

  • Support for gpt-4o
  • Performance improvements

[v0.6.0]

  • Optimise regular expressions for a 20% performance improvement, thanks to @​paplorinc!
  • Add text-embedding-3-* models to encoding_for_model
  • Check content hash for downloaded files

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open with Devin

Updates the requirements on [tiktoken](https://github.com/openai/tiktoken) to permit the latest version.
- [Release notes](https://github.com/openai/tiktoken/releases)
- [Changelog](https://github.com/openai/tiktoken/blob/main/CHANGELOG.md)
- [Commits](openai/tiktoken@0.7.0...0.12.0)

---
updated-dependencies:
- dependency-name: tiktoken
  dependency-version: 0.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Copy link
Copy Markdown

@devin-ai-integration devin-ai-integration bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

"pydantic>=2.7.0,<3.0.0",
"pymongo>=4.7.0,<5.0.0",
"tiktoken>=0.7.0,<1.0.0",
"tiktoken>=0.12.0,<1.0.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Lock file not updated after tiktoken version bump

The pyproject.toml specifier for tiktoken was changed from >=0.7.0,<1.0.0 to >=0.12.0,<1.0.0, but the uv.lock file at line 1989 still records the old specifier >=0.7.0,<1.0.0. This mismatch means uv will detect the lock file as stale and require re-locking before uv sync can proceed (or it will auto-relock, potentially changing other resolved versions). The lock file should have been regenerated as part of this change.

Prompt for agents
The uv.lock file at line 1989 still records the old tiktoken specifier (>=0.7.0,<1.0.0) while pyproject.toml now specifies >=0.12.0,<1.0.0. Run `uv lock` (or `uv sync`) from the repo root to regenerate the lock file so it reflects the updated specifier. The resolved version (0.12.0) already satisfies the new constraint, so the re-lock should be straightforward.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants