Created
August 5, 2024 22:37
-
-
Save msabramo/d79f73b93a12279eb68e96c765290245 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@llm-proxy-7cfc799bf8-77bx5:/app# prisma --version | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_max_budget" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_id" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_name" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_info" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_spend" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_aliases" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
/usr/local/lib/python3.11/site-packages/pydantic/_internal/_fields.py:160: UserWarning: Field "model_group" has conflict with protected namespace "model_". | |
You may be able to resolve this warning by setting `model_config['protected_namespaces'] = ()`. | |
warnings.warn( | |
prisma : 5.4.2 | |
@prisma/client : Not found | |
Current platform : debian-openssl-3.0.x | |
Query Engine (Binary) : query-engine ac9d7041ed77bcc8a8dbd2ab6616b39013829574 (at .prisma/.cache/prisma-python/binaries/5.4.2/ac9d7041ed77bcc8a8dbd2ab6616b39013829574/node_modules/@prisma/engines/query-engine-debian-openssl-3.0.x) | |
Schema Engine : schema-engine-cli ac9d7041ed77bcc8a8dbd2ab6616b39013829574 (at .prisma/.cache/prisma-python/binaries/5.4.2/ac9d7041ed77bcc8a8dbd2ab6616b39013829574/node_modules/@prisma/engines/schema-engine-debian-openssl-3.0.x) | |
Schema Wasm : @prisma/prisma-schema-wasm 5.4.1-2.ac9d7041ed77bcc8a8dbd2ab6616b39013829574 | |
Default Engines Hash : ac9d7041ed77bcc8a8dbd2ab6616b39013829574 | |
Studio : 0.494.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment