anetbnd
anetbnd
Hello I'm using the following version script for upgrade: ``` op.create_table('feature_class', sa.Column('id', sa.Integer(), nullable=False), sa.Column('name', sa.String(length=1024), nullable=False), sa.PrimaryKeyConstraint('id'), sa.UniqueConstraint('name') ) op.add_column( 'features', sa.Column('feature_class_id', sa.Integer(), nullable=True), ) ``` The table `features`...
### Is your feature request related to a problem? Please describe. The github action "setup-python" (https://github.com/actions/setup-python) is some kind of standard action when testing python related code with different python...
# Versions and Operating System - Kubernetes version: ``` Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.6+5157800", GitCommit:"eddac29feb4bb46b99fb570999324e582d761a66", GitTreeState:"clean", BuildDate:"2022-10-11T13:02:03Z", GoVersion:"go1.18.7", Compiler:"gc", Platform:"linux/amd64"} ``` - Tekton Pipeline version: **Output of `tkn version` or...
### Description When I install a package from git on windows by doing `poetry add git+https://github.com/BerriAI/litellm.git`, I get an error: ``` [Errno 2] No such file or directory: b'\\src\\litellm\\.git\\refs\\remotes\\origin\\dependabot\\npm_and_yarn\\docs\\my-website\\trim-and-docusaurus\\core-and-docusaurus\\plugin-google-gtag-and-docusaurus\\plugin-ideal-image-and-docusaurus\\preset-classic--removed.lock' ```...