Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 18, 2025

Bumps the python-packages group in /api-server/qna-eval with 14 updates:

Package From To
airportsdata 20250706 20250811
fastjsonschema 2.21.1 2.21.2
filelock 3.18.0 3.19.1
multidict 6.6.3 6.6.4
openai 1.99.6 1.99.9
outlines 1.2.2 1.2.3
protobuf 6.31.1 6.32.0
pydantic-core 2.38.0 2.39.0
sentencepiece 0.2.0 0.2.1
transformers 4.55.0 4.55.2
virtualenv 20.33.1 20.34.0
wrapt 1.17.2 1.17.3
xformers 0.0.31.post1 0.0.32.post2
xgrammar 0.1.22 0.1.23

Updates airportsdata from 20250706 to 20250811

Release notes

Sourced from airportsdata's releases.

v20250811

  • Updated IATA for the following 2 airports:

    • EPSY/SZY, Olsztyn-Mazury Airport, Szymany, Warmia-Mazury, PL: iata added.
    • UCFM/BSZ, Manas International Airport, Bishkek, Chuey, KG: iata changed from "FRU" [effective 09-Aug-2025].
  • Updated other data for the following 11 airports:

    • LECH/CDT, Castellón Airport, Castellón de la Plana, Comunidad Valenciana, ES: name changed from "Castellongitude de la Plana Airport", subd changed from "Castellón".
    • LECN , Castellón De La Plana Airport, Castellón de La Plana, Comunidad Valenciana, ES: name changed from "Castellongitude De La Plana Airport", city changed from "Castellongitude de La Plana".
    • VDBG/BBM, Battambang Airport, Battambang, Battambang, KH: subd added.
    • VDKC , Kompong Cham Airport, Kompong Cham, Kampong Cham, KH: subd changed from "Kampong-Cham".
    • VDKH/KZC, Kampong Chhnang Airport, , Kampong Chhnang, KH: subd changed from "Kampong-Chhnang".
    • VDKK/KKZ, Kaoh Kong Airport, Kaoh Kong, Koh Kong, KH: subd changed from "Koh-Kong".
    • VDPP/PNH, Phnom Penh International Airport, Phnom Penh, Phnom Penh, KH: subd added.
    • VDSA/SAI, Siem Reap Angkor International Airport, Siem Reap, Siem Reap, KH: subd changed from "Siem-Reap".
    • VDSR , Angkor International Airport, Siem Reap, Siem Reap, KH: subd changed from "Siem-Reap".
    • VDST/TNX, Stung Treng Airport, Stung Treng, Stung Treng, KH: subd changed from "Stung-Treng".
    • VDTI/KTI, Techo International Airport, Krong Ta Khmau, Kandal, KH: city changed from "Phnom Penh".
  • Updated pre-commit.config.yaml (internal)

Changelog

Sourced from airportsdata's changelog.

Version 20250811

  • Updated IATA for the following 2 airports:

    • EPSY/SZY, Olsztyn-Mazury Airport, Szymany, Warmia-Mazury, PL: iata added.
    • UCFM/BSZ, Manas International Airport, Bishkek, Chuey, KG: iata changed from "FRU" [effective 09-Aug-2025].
  • Updated other data for the following 11 airports:

    • LECH/CDT, Castellón Airport, Castellón de la Plana, Comunidad Valenciana, ES: name changed from "Castellongitude de la Plana Airport", subd changed from "Castellón".
    • LECN , Castellón De La Plana Airport, Castellón de La Plana, Comunidad Valenciana, ES: name changed from "Castellongitude De La Plana Airport", city changed from "Castellongitude de La Plana".
    • VDBG/BBM, Battambang Airport, Battambang, Battambang, KH: subd added.
    • VDKC , Kompong Cham Airport, Kompong Cham, Kampong Cham, KH: subd changed from "Kampong-Cham".
    • VDKH/KZC, Kampong Chhnang Airport, , Kampong Chhnang, KH: subd changed from "Kampong-Chhnang".
    • VDKK/KKZ, Kaoh Kong Airport, Kaoh Kong, Koh Kong, KH: subd changed from "Koh-Kong".
    • VDPP/PNH, Phnom Penh International Airport, Phnom Penh, Phnom Penh, KH: subd added.
    • VDSA/SAI, Siem Reap Angkor International Airport, Siem Reap, Siem Reap, KH: subd changed from "Siem-Reap".
    • VDSR , Angkor International Airport, Siem Reap, Siem Reap, KH: subd changed from "Siem-Reap".
    • VDST/TNX, Stung Treng Airport, Stung Treng, Stung Treng, KH: subd changed from "Stung-Treng".
    • VDTI/KTI, Techo International Airport, Krong Ta Khmau, Kandal, KH: city changed from "Phnom Penh".
  • Updated pre-commit.config.yaml (internal)

Commits

Updates fastjsonschema from 2.21.1 to 2.21.2

Changelog

Sourced from fastjsonschema's changelog.

=== 2.21.2 (2025-08-14)

  • Fixed regexp for IPv6 format
Commits

Updates filelock from 3.18.0 to 3.19.1

Release notes

Sourced from filelock's releases.

3.19.1

What's Changed

New Contributors

Full Changelog: tox-dev/filelock@3.19.0...3.19.1

3.19.0

What's Changed

Full Changelog: tox-dev/filelock@3.18.0...3.19.0

Commits

Updates multidict from 6.6.3 to 6.6.4

Release notes

Sourced from multidict's releases.

6.6.4

Bug fixes

  • Fixed MutliDict & CIMultiDict memory leak when deleting values or clearing them -- by :user:Vizonex

    Related issues and pull requests on GitHub: #1233.

Contributor-facing changes

  • The type preciseness coverage report generated by MyPy <https://mypy-lang.org>__ is now uploaded to Coveralls <https://coveralls.io/github/aio-libs/multidict>__ and will not be included in the Codecov views <https://app.codecov.io/gh/aio-libs/multidict>__ going forward -- by :user:webknjaz.

    Related issues and pull requests on GitHub: #1122, #1231.

  • Added memory leak test for popping or deleting attributes from a multidict to prevent future issues or bogus claims. -- by :user:Vizonex

    Related issues and pull requests on GitHub: #1233.


Changelog

Sourced from multidict's changelog.

6.6.4

(2025-08-11)

Bug fixes

  • Fixed MutliDict & CIMultiDict memory leak when deleting values or clearing them -- by :user:Vizonex

    Related issues and pull requests on GitHub: :issue:1233.

Contributor-facing changes

  • The type preciseness coverage report generated by MyPy <https://mypy-lang.org>__ is now uploaded to Coveralls <https://coveralls.io/github/aio-libs/multidict>__ and will not be included in the Codecov views <https://app.codecov.io/gh/aio-libs/multidict>__ going forward -- by :user:webknjaz.

    Related issues and pull requests on GitHub: :issue:1122, :issue:1231.

  • Added memory leak test for popping or deleting attributes from a multidict to prevent future issues or bogus claims. -- by :user:Vizonex

    Related issues and pull requests on GitHub: :issue:1233.


Commits
  • e0e61c2 Release 6.6.4 (#1234)
  • 820631f Fix Memory leaks and add tests to prevent memory leaks during md_clear from p...
  • 00e3803 Merge branch 'maintenance/1122-coveralls-mypy'
  • 736f179 📝 Add a change note for PR #1231
  • 19f085e 🩹 Drop MyPy 3.9 ref from the linters workflow
  • 97ce0ed Move reporting MyPy type preciseness to Coveralls
  • See full diff in compare view

Updates openai from 1.99.6 to 1.99.9

Release notes

Sourced from openai's releases.

v1.99.9

1.99.9 (2025-08-12)

Full Changelog: v1.99.8...v1.99.9

Bug Fixes

  • types: actually fix ChatCompletionMessageToolCall type (20cb0c8)

v1.99.8

1.99.8 (2025-08-11)

Full Changelog: v1.99.7...v1.99.8

Bug Fixes

  • internal/tests: correct snapshot update comment (2784a7a)
  • types: revert ChatCompletionMessageToolCallUnion breaking change (ba54e03)

Chores

  • internal/tests: add inline snapshot format command (8107db8)
  • internal: fix formatting (f03a03d)
  • tests: add responses output_text test (971347b)

Refactors

  • tests: share snapshot utils (791c567)

v1.99.7

1.99.7 (2025-08-11)

Full Changelog: v1.99.6...v1.99.7

Bug Fixes

  • types: rename ChatCompletionMessageToolCallParam (48085e2)
  • types: revert ChatCompletionMessageToolCallParam to a TypedDict (c8e9cec)
Changelog

Sourced from openai's changelog.

1.99.9 (2025-08-12)

Full Changelog: v1.99.8...v1.99.9

Bug Fixes

  • types: actually fix ChatCompletionMessageToolCall type (20cb0c8)

1.99.8 (2025-08-11)

Full Changelog: v1.99.7...v1.99.8

Bug Fixes

  • internal/tests: correct snapshot update comment (2784a7a)
  • types: revert ChatCompletionMessageToolCallUnion breaking change (ba54e03)

Chores

  • internal/tests: add inline snapshot format command (8107db8)
  • internal: fix formatting (f03a03d)
  • tests: add responses output_text test (971347b)

Refactors

  • tests: share snapshot utils (791c567)

1.99.7 (2025-08-11)

Full Changelog: v1.99.6...v1.99.7

Bug Fixes

  • types: rename ChatCompletionMessageToolCallParam (48085e2)
  • types: revert ChatCompletionMessageToolCallParam to a TypedDict (c8e9cec)
Commits
  • 34014ae release: 1.99.9
  • 064910b fix(types): actually fix ChatCompletionMessageToolCall type
  • a02ac0d release: 1.99.8
  • 37265a9 fix(types): revert ChatCompletionMessageToolCallUnion breaking change
  • 753d472 fix(internal/tests): correct snapshot update comment
  • a4cd0b5 chore(tests): add responses output_text test
  • fd0af12 chore(internal): fix formatting
  • 266edeb refactor(tests): share snapshot utils
  • f03096c chore(internal/tests): add inline snapshot format command
  • 23887e4 release: 1.99.7
  • Additional commits viewable in compare view

Updates outlines from 1.2.2 to 1.2.3

Release notes

Sourced from outlines's releases.

Outlines v1.2.3

What's Changed

Full Changelog: dottxt-ai/outlines@1.2.2...1.2.3

Commits

Updates protobuf from 6.31.1 to 6.32.0

Commits

Updates pydantic-core from 2.38.0 to 2.39.0

Release notes

Sourced from pydantic-core's releases.

v2.39.0 2025-08-11

What's Changed

Full Changelog: pydantic/pydantic-core@v2.38.0...v2.39.0

Commits

Updates sentencepiece from 0.2.0 to 0.2.1

Release notes

Sourced from sentencepiece's releases.

v0.2.1

Major changes

New features

  • [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.

Bug fixes & minor changes

  • [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
  • [Python]: Deprecates the wheel package for Linux i686.
  • [Python]: Supported wheel for Windows Arm64. #1114
  • [Python]: Fixed the crash issue on batch decoding #1051
  • [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
  • [ALL]: Unused code and build mode cleanup.

v0.2.1pre2

Major changes

New features

  • [ALL]: Added new build mode to prevent the precompiled normalization rules being embedded in *.so and *.a. (-DSPM_DISABLE_EMBEDDED_DATA=ON). This reduces the runtime size by approximately 1-2 MB. This mode is enabled to build python wheels. The rules are loaded as the data package.

Bug fixes & minor changes

  • [ALL]: Security fix to address a heap overflow issue that could occur when using a model containing an invalid precompiled normalization model.
  • [Python]: Deprecates the wheel package for Linux i686.
  • [Python]: Supported wheel for Windows Arm64.
  • [Python]: Fixed the crash issue on batch decoding #1051
  • [ALL]: Updated the Unicode normalization rule with the latest ICU/Unicode rules.
  • [ALL]: Unused code and build mode cleanup.
Commits
  • 31646a4 Merge pull request #1136 from crusaderky/pytest-run-parallel
  • bcd44b9 free-threading tests
  • 135747f install twine before checking wheel
  • 69fe0b2 install setuptools before making sdist
  • ee1422b install setuptools before making sdist
  • 5ac2fd2 use windows-11-arm runner to test ARM64 wheel on native env.
  • 36b9745 use windows-11-arm runner to test ARM64 wheel on native env.
  • 4f043ae use auto-mode to make wheel with the native binary.
  • 623196e uses arm docker image to build and test wheel
  • 559fd65 re-enable QEMU to enable arm execution
  • Additional commits viewable in compare view

Updates transformers from 4.55.0 to 4.55.2

Release notes

Sourced from transformers's releases.

Patch release 4.55.2: for FA2 users!

Patch release 4.55.2!

only affects FA2 generations!

😢 Well sorry everyone, sometimes shit can happen... 4.55.1 was broken because of 🥁 git merge conflict. I cherry-picked huggingface/transformers#40002 without having huggingface/transformers#40029 , thus from ..modeling_flash_attention_utils import prepare_fa_kwargs_from_position_ids is missing, and since this is a slow test, nothing caught it.

Will work to remediate and write the post-mortem when yanking the release.

Patch release 4.55.1:

Mostly focused around stabalizing the Mxfp4 for GPTOSS model!

Bug Fixes & Improvements

CI & Build

Commits

Updates virtualenv from 20.33.1 to 20.34.0

Release notes

Sourced from virtualenv's releases.

20.34.0

What's Changed

Full Changelog: pypa/virtualenv@20.33.1...20.34.0

Changelog

Sourced from virtualenv's changelog.

v20.34.0 (2025-08-13)

Features - 20.34.0

- Abstract out caching in discovery - by :user:`esafak`.
  Decouple `FileCache` from `py_info` (discovery) - by :user:`esafak`.
  Remove references to py_info in FileCache - by :user:`esafak`.
  Decouple discovery from creator plugins - by :user:`esafak`.
  Decouple discovery by duplicating info utils - by :user:`esafak`. (:issue:`2074`)
- Add PyPy 3.11 support. Contributed by :user:`esafak`. (:issue:`2932`)

Bugfixes - 20.34.0

  • Upgrade embedded wheel pip to 25.2 from 25.1.1 - by :user:gaborbernat. (:issue:2333)
  • Accept RuntimeError in test_too_many_open_files, by :user:esafak (:issue:2935)
  • Python in PATH takes precedence over uv-managed python. Contributed by :user:edgarrmondragon. (:issue:2952)
Commits

Updates wrapt from 1.17.2 to 1.17.3

Changelog

Sourced from wrapt's changelog.

Version 1.17.3

Bug Fixes

  • Reference count was not being incremented on type object for C implementation of the partial callable object proxy when module was initialized. If wrapt was being used in Python sub interpreters which were deleted it could lead to the process crashing.
Commits
  • 99130c0 Build for Windows 11 ARM.
  • 26f5344 Build for Python 3.14.
  • 43dbbe0 Modify artifact upload pattern.
  • e90bd88 Update cibuildwheel version.
  • 58efb76 Update to ubuntu-latest.
  • 800a204 Increment release version.
  • 33b8840 Update obsolete GitHub action.
  • 1c755a1 Rename GitHub workflow file so can build package.
  • ff4981b Fix crash due to lack of reference count.
  • ecbaaa1 Revert "Remove the dependency on pkg_resources and hence setuptools on py...
  • Additional commits viewable in compare view

Updates xformers from 0.0.31.post1 to 0.0.32.post2

Release notes

Sourced from xformers's releases.

v0.0.32.post2

Add ROCM 6.4 build

v0.0.32.post1

No release notes provided.

Commits
  • 5d4b92a Update wheels matrix for ROCM + README update
  • 840bcec wheels/windows timeout (#1309)
  • 8c9dc7c Add install troubleshooting tip about longpaths error on Windows (#1306)
  • ac00641fairinternal/xformers#1418
  • 635a8ab update FLASH_VER_LAST to include flash-attn==2.8.0.post2 (#1296)
  • 35bfb51 Make profiler pre-extract CSV files needed by find_slowest (fairinternal/xfor...
  • 8ed0992fairinternal/xformers#1408
  • 0f0bb9dfairinternal/xformers#1410
  • fa78560fairinternal/xformers#1411
  • 526df11 Add make_local_attention for BlockDiagonalPaddedKeysMask (fairinternal/xforme...
  • Additional commits viewable in compare view

Updates xgrammar from 0.1.22 to 0.1.23

Release notes

Sourced from xgrammar's releases.

v0.1.23

Highlights

  • Significant speedup for grammars with repeat, e.g., a{1, 100}. Now the preprocessing of it is O(1) instead of O(n)
  • Release the new serialization library
  • Fix bugs about max_rollback_tokens
  • Fix bugs in cuda kernels
  • Refactor: migrate the grammar backend to FSMs

What's Changed

New Contributors

Full Changelog: mlc-ai/xgrammar@v0.1.22...v0.1.23

Commits
  • 16e5298 Bump to v0.1.23 (#399)
  • e7621ea [Fix] Fix Multi-byte unicode characters in StructuralTagItem. (#396)
  • f1b913e [Feature] Migrate the parsing backend to fsms. (#376)
  • 1e761b7 [Fix]Fix the grammar_compiler. (#395)
  • 2b4775c Fix apply_bit_mask cuda implementation (#394)
  • c3da9db Fix apply_bitmask logit for both CPU and triton versions when shape and strid...
  • 591dff9 Fix and improve apply_token_bitmask benchmark script (#391)
  • 77b1888 [Refactor] Remove logics about max_rollback_tokens (#385)
  • 2e366b8 [Feature] support internal check option in cmake (#370)
  • 604d004 Bind fill_next_token_bitmask against nb::ndarray (#338)
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group in /api-server/qna-eval with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [airportsdata](https://github.com/mborsetti/airportsdata) | `20250706` | `20250811` |
| [fastjsonschema](https://github.com/horejsek/python-fastjsonschema) | `2.21.1` | `2.21.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.18.0` | `3.19.1` |
| [multidict](https://github.com/aio-libs/multidict) | `6.6.3` | `6.6.4` |
| [openai](https://github.com/openai/openai-python) | `1.99.6` | `1.99.9` |
| [outlines](https://github.com/dottxt-ai/outlines) | `1.2.2` | `1.2.3` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `6.31.1` | `6.32.0` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.38.0` | `2.39.0` |
| [sentencepiece](https://github.com/google/sentencepiece) | `0.2.0` | `0.2.1` |
| [transformers](https://github.com/huggingface/transformers) | `4.55.0` | `4.55.2` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.33.1` | `20.34.0` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.17.2` | `1.17.3` |
| [xformers](https://github.com/facebookresearch/xformers) | `0.0.31.post1` | `0.0.32.post2` |
| [xgrammar](https://github.com/mlc-ai/xgrammar) | `0.1.22` | `0.1.23` |


Updates `airportsdata` from 20250706 to 20250811
- [Release notes](https://github.com/mborsetti/airportsdata/releases)
- [Changelog](https://github.com/mborsetti/airportsdata/blob/main/CHANGELOG.rst)
- [Commits](mborsetti/airportsdata@v20250706...v20250811)

Updates `fastjsonschema` from 2.21.1 to 2.21.2
- [Changelog](https://github.com/horejsek/python-fastjsonschema/blob/master/CHANGELOG.txt)
- [Commits](horejsek/python-fastjsonschema@v2.21.1...v2.21.2)

Updates `filelock` from 3.18.0 to 3.19.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.18.0...3.19.1)

Updates `multidict` from 6.6.3 to 6.6.4
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.6.3...v6.6.4)

Updates `openai` from 1.99.6 to 1.99.9
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.99.6...v1.99.9)

Updates `outlines` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/dottxt-ai/outlines/releases)
- [Commits](dottxt-ai/outlines@1.2.2...1.2.3)

Updates `protobuf` from 6.31.1 to 6.32.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `pydantic-core` from 2.38.0 to 2.39.0
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.38.0...v2.39.0)

Updates `sentencepiece` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/google/sentencepiece/releases)
- [Commits](google/sentencepiece@v0.2.0...v0.2.1)

Updates `transformers` from 4.55.0 to 4.55.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.55.0...v4.55.2)

Updates `virtualenv` from 20.33.1 to 20.34.0
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.33.1...20.34.0)

Updates `wrapt` from 1.17.2 to 1.17.3
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/1.17.3/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.17.2...1.17.3)

Updates `xformers` from 0.0.31.post1 to 0.0.32.post2
- [Release notes](https://github.com/facebookresearch/xformers/releases)
- [Changelog](https://github.com/facebookresearch/xformers/blob/main/CHANGELOG.md)
- [Commits](facebookresearch/xformers@v0.0.31.post1...v0.0.32.post2)

Updates `xgrammar` from 0.1.22 to 0.1.23
- [Release notes](https://github.com/mlc-ai/xgrammar/releases)
- [Commits](mlc-ai/xgrammar@v0.1.22...v0.1.23)

---
updated-dependencies:
- dependency-name: airportsdata
  dependency-version: '20250811'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: fastjsonschema
  dependency-version: 2.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: multidict
  dependency-version: 6.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: openai
  dependency-version: 1.99.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: outlines
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: protobuf
  dependency-version: 6.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic-core
  dependency-version: 2.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sentencepiece
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: transformers
  dependency-version: 4.55.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: virtualenv
  dependency-version: 20.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: wrapt
  dependency-version: 1.17.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: xformers
  dependency-version: 0.0.32.post2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: xgrammar
  dependency-version: 0.1.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

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 Aug 18, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 25, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Aug 25, 2025
@dependabot dependabot bot deleted the dependabot/pip/api-server/qna-eval/python-packages-5af48c6b26 branch August 25, 2025 05:44
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.

1 participant