Skip to content

Commit d7ec25b

Browse files
committed
chore(deps): bump msgpack to 1.1.2 for Python 3.14 support
1 parent 4315854 commit d7ec25b

9 files changed

Lines changed: 12 additions & 12 deletions

File tree

conda/environments/all_cuda-129_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- librmm==26.4.*,>=0.0.0a0
3737
- make
3838
- msgpack-numpy==0.4.8
39-
- msgpack-python==1.1.0
39+
- msgpack-python==1.1.2
4040
- myst-nb
4141
- myst-parser
4242
- ninja

conda/environments/all_cuda-129_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- librmm==26.4.*,>=0.0.0a0
3737
- make
3838
- msgpack-numpy==0.4.8
39-
- msgpack-python==1.1.0
39+
- msgpack-python==1.1.2
4040
- myst-nb
4141
- myst-parser
4242
- ninja

conda/environments/all_cuda-131_arch-aarch64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- librmm==26.4.*,>=0.0.0a0
3737
- make
3838
- msgpack-numpy==0.4.8
39-
- msgpack-python==1.1.0
39+
- msgpack-python==1.1.2
4040
- myst-nb
4141
- myst-parser
4242
- ninja

conda/environments/all_cuda-131_arch-x86_64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- librmm==26.4.*,>=0.0.0a0
3737
- make
3838
- msgpack-numpy==0.4.8
39-
- msgpack-python==1.1.0
39+
- msgpack-python==1.1.2
4040
- myst-nb
4141
- myst-parser
4242
- ninja

conda/recipes/cuopt-server/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ requirements:
3535
- cuopt =${{ version }}
3636
- fastapi >=0.104.1
3737
- jsonref =1.1.0
38-
- msgpack-python =1.1.0
38+
- msgpack-python =1.1.2
3939
- msgpack-numpy =0.4.8
4040
- numpy >=1.23,<3.0
4141
- pandas>=2

conda/recipes/cuopt-sh-client/recipe.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
22
# SPDX-License-Identifier: Apache-2.0
33
schema_version: 1
44

@@ -29,7 +29,7 @@ requirements:
2929
- python =${{ py_version }}
3030
- setuptools>=77.0.0
3131
run:
32-
- msgpack-python =1.1.0
32+
- msgpack-python =1.1.2
3333
- python
3434
- requests
3535

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,10 +373,10 @@ dependencies:
373373
- &requests requests
374374
- output_types: [requirements, pyproject]
375375
packages:
376-
- &msgpack msgpack==1.1.0
376+
- &msgpack msgpack==1.1.2
377377
- output_types: conda
378378
packages:
379-
- &msgpack_python msgpack-python==1.1.0
379+
- &msgpack_python msgpack-python==1.1.2
380380

381381
run_cuopt_server:
382382
common:

python/cuopt_self_hosted/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ requires-python = ">=3.11"
2222
dependencies = [
2323
"cuopt-mps-parser==26.4.*,>=0.0.0a0",
2424
"msgpack-numpy==0.4.8",
25-
"msgpack==1.1.0",
25+
"msgpack==1.1.2",
2626
"requests",
2727
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2828
classifiers = [

python/cuopt_server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"fastapi",
2727
"jsonref==1.1.0",
2828
"msgpack-numpy==0.4.8",
29-
"msgpack==1.1.0",
29+
"msgpack==1.1.2",
3030
"numpy>=1.23.5,<3.0",
3131
"pandas>=2.0",
3232
"psutil>=6.0.0",
@@ -45,7 +45,7 @@ classifiers = [
4545
test = [
4646
"jsonref==1.1.0",
4747
"msgpack-numpy==0.4.8",
48-
"msgpack==1.1.0",
48+
"msgpack==1.1.2",
4949
"pexpect",
5050
"pytest-cov",
5151
"pytest<9.0",

0 commit comments

Comments
 (0)