deps: update tiktoken and pydantic-core for python3.14 compatibility#2374
deps: update tiktoken and pydantic-core for python3.14 compatibility#2374donbowman wants to merge 2 commits intoThe-PR-Agent:mainfrom
Conversation
Review Summary by QodoUpdate tiktoken and pydantic for Python 3.14 support
WalkthroughsDescription• Update tiktoken from 0.8.0 to 0.12.0 • Update pydantic from 2.8.2 to 2.13.3 • Improve Python 3.14 compatibility Diagramflowchart LR
A["requirements.txt"] -- "tiktoken 0.8.0 → 0.12.0" --> B["Updated Dependencies"]
A -- "pydantic 2.8.2 → 2.13.3" --> B
B -- "Python 3.14 Compatibility" --> C["Enhanced Support"]
File Changes1. requirements.txt
|
Code Review by Qodo
1. Brittle files.get calls
|
|
Persistent review updated to latest commit 81f55cd |
|
Hey @donbowman, |
|
i was not able to get the tool to work with my self hosted gitlab 18.11 without all 3. i don't think the python-gitlab dependency relates to py3.14, i think it relates to gitlab version. with those changes its working reliably for me. |
No description provided.