We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6581c commit ad75ef0Copy full SHA for ad75ef0
docker-compose.dev.yml
@@ -96,7 +96,7 @@ services:
96
retries: 5
97
98
nilauth-credit-server:
99
- image: ghcr.io/nillionnetwork/nilauth-credit:sha-2ef7462
+ image: ghcr.io/nillionnetwork/nilauth-credit:sha-cb9e36a
100
environment:
101
DATABASE_URL: postgresql://nilauth:nilauth_dev_password@nilauth-postgres:5432/nilauth_credit
102
HOST: 0.0.0.0
nilai-api/pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
37
"trafilatura>=1.7.0",
38
"secretvaults",
39
"e2b-code-interpreter>=1.0.3",
40
- "nilauth-credit-middleware>=0.1.0",
+ "nilauth-credit-middleware>=0.1.1",
41
]
42
43
0 commit comments