@@ -73,10 +73,6 @@ envlist =
7373 # Cloud Resource Context
7474 {py3.7,py3.12,py3.13}-cloud_resource_context
7575
76- # Cohere
77- {py3.9,py3.11,py3.12}-cohere-v5
78- {py3.9,py3.11,py3.12}-cohere-latest
79-
8076 # GCP
8177 {py3.7}-gcp
8278
@@ -145,6 +141,11 @@ envlist =
145141
146142
147143 # ~~~ AI ~~~
144+ {py3.9,py3.10,py3.11}-cohere-v5.4.0
145+ {py3.9,py3.11,py3.12}-cohere-v5.9.4
146+ {py3.9,py3.11,py3.12}-cohere-v5.13.9
147+ {py3.9,py3.11,py3.12}-cohere-v5.15.0
148+
148149 {py3.8,py3.10,py3.11}-huggingface_hub-v0.22.2
149150 {py3.8,py3.10,py3.11}-huggingface_hub-v0.25.2
150151 {py3.8,py3.12,py3.13}-huggingface_hub-v0.28.1
@@ -375,10 +376,6 @@ deps =
375376 chalice-v1.16: chalice~=1.16.0
376377 chalice-latest: chalice
377378
378- # Cohere
379- cohere-v5: cohere~=5.3.3
380- cohere-latest: cohere
381-
382379 # HTTPX
383380 httpx-v0.16: pytest-httpx ==0.10.0
384381 httpx-v0.18: pytest-httpx ==0.12.0
@@ -504,6 +501,11 @@ deps =
504501
505502
506503 # ~~~ AI ~~~
504+ cohere-v5.4.0: cohere ==5.4.0
505+ cohere-v5.9.4: cohere ==5.9.4
506+ cohere-v5.13.9: cohere ==5.13.9
507+ cohere-v5.15.0: cohere ==5.15.0
508+
507509 huggingface_hub-v0.22.2: huggingface_hub ==0.22.2
508510 huggingface_hub-v0.25.2: huggingface_hub ==0.25.2
509511 huggingface_hub-v0.28.1: huggingface_hub ==0.28.1
0 commit comments