-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable passing custom domain username via cli #420
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@chethanuk is attempting to deploy a commit to the pingcap Team on Vercel. A member of the Team first needs to authorize it. |
version = "0.1.0" | ||
description = "Add your description here" | ||
version = "0.2.9" | ||
description = "TIDB AI Python Backend" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "TIDB AI Python Backend" | |
description = "AutoFlow Python Backend" |
@@ -3,19 +3,20 @@ | |||
from sqlmodel import select, func | |||
from sqlmodel.ext.asyncio.session import AsyncSession | |||
from colorama import Fore, Style | |||
import click |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, we should add it to pyproject.toml via poetry?
No description provided.