Skip to content

Commit c90ef7a

Browse files
committed
1 parent 8c4129e commit c90ef7a

3 files changed

Lines changed: 41 additions & 35 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v5
2424
with:
25-
fetch-depth: 0 # Not needed if lastUpdated is not enabled
25+
fetch-depth: 0
2626
- name: Setup Node
2727
uses: actions/setup-node@v6
2828
with:

package-lock.json

Lines changed: 35 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unified-ai-router",
3-
"version": "3.9.5",
3+
"version": "3.9.6",
44
"description": "A unified interface and openai-compatible server for multiple LLM providers with automatic fallback. Supports providers like Openrouter, Grok, and more, ensuring reliability and flexibility for your AI applications.",
55
"license": "ISC",
66
"author": "mlibre",
@@ -41,14 +41,14 @@
4141
"cerebras"
4242
],
4343
"dependencies": {
44-
"axios": "^1.13.2",
45-
"cors": "^2.8.5",
44+
"axios": "^1.13.4",
45+
"cors": "^2.8.6",
4646
"dotenv": "^17.2.3",
4747
"eslint": "^9.39.2",
4848
"express": "^5.2.1",
49-
"openai": "^6.15.0",
49+
"openai": "^6.17.0",
5050
"opossum": "^9.0.0",
51-
"pino": "^10.1.0",
51+
"pino": "^10.3.0",
5252
"pino-pretty": "^13.1.3"
5353
},
5454
"devDependencies": {

0 commit comments

Comments
 (0)