@@ -16,7 +16,7 @@ before_script:
1616 - export PATH=$HOME/nats-server:$PATH
1717
1818install :
19- - pip install -e .[nkeys,aiohttp,fast-mail-parser,orjson]
19+ - pip install -e .[nkeys,aiohttp,fast-mail-parser,orjson,uuid_utils ]
2020
2121script :
2222 - make ci
3939 - bash ./scripts/install_nats.sh
4040 install :
4141 - pip install -e .[fast-mail-parser]
42- - name : " Python: 3.13/orjson"
42+ - name : " Python: 3.13/orjson + uuid_utils "
4343 python : " 3.13"
4444 before_install :
4545 - sudo apt update && sudo apt install gcc build-essential -y
4848 - pip install --upgrade pip
4949 - bash ./scripts/install_nats.sh
5050 install :
51- - pip install -e .[fast-mail-parser,orjson]
51+ - pip install -e .[fast-mail-parser,orjson,uuid_utils ]
5252 - name : " Python: 3.12"
5353 python : " 3.12"
5454 before_install :
5959 - bash ./scripts/install_nats.sh
6060 install :
6161 - pip install -e .[fast-mail-parser]
62- - name : " Python: 3.12/orjson"
62+ - name : " Python: 3.12/orjson + uuid_utils "
6363 python : " 3.12"
6464 before_install :
6565 - sudo apt update && sudo apt install gcc build-essential -y
6868 - pip install --upgrade pip
6969 - bash ./scripts/install_nats.sh
7070 install :
71- - pip install -e .[fast-mail-parser,orjson]
71+ - pip install -e .[fast-mail-parser,orjson,uuid_utils ]
7272 - name : " Python: 3.11"
7373 python : " 3.11"
7474 before_install :
7979 - bash ./scripts/install_nats.sh
8080 install :
8181 - pip install -e .[fast-mail-parser]
82- - name : " Python: 3.11/orjson"
82+ - name : " Python: 3.11/orjson + uuid_utils "
8383 python : " 3.11"
8484 before_install :
8585 - sudo apt update && sudo apt install gcc build-essential -y
8888 - pip install --upgrade pip
8989 - bash ./scripts/install_nats.sh
9090 install :
91- - pip install -e .[fast-mail-parser,orjson]
91+ - pip install -e .[fast-mail-parser,orjson,uuid_utils ]
9292 - name : " Python: 3.11/uvloop"
9393 python : " 3.11"
9494 before_install :
@@ -115,10 +115,10 @@ jobs:
115115 allow_failures :
116116 - name : " Python: 3.8"
117117 - name : " Python: 3.11"
118- - name : " Python: 3.11/orjson"
118+ - name : " Python: 3.11/orjson + uuid_utils "
119119 - name : " Python: 3.11/uvloop"
120120 - name : " Python: 3.11 (nats-server@main)"
121121 - name : " Python: 3.12"
122- - name : " Python: 3.12/orjson"
122+ - name : " Python: 3.12/orjson + uuid_utils "
123123 - name : " Python: 3.13"
124- - name : " Python: 3.13/orjson"
124+ - name : " Python: 3.13/orjson + uuid_utils "
0 commit comments