-
### Meltano Version
Latest
### Python Version
3.13
### Bug scope
CLI (options, error messages, logging, etc.)
### Operating System
_No response_
### Description
At some point we swapped from …
-
## Summary
Discrepancies between Knapsack and HykuCommons
- 'Add to collection', 'Feature', 'Analytics', 'Edit', 'Attach Child', 'Delete' buttons do not match HykuCommons styling
- Childworks display …
-
The following workflow seems to have no uv counterpart:
```
python3 -m venv /path/to/venv
/path/to/venv/bin/pip install somepkg
/path/to/venv/bin/python -m somepkg
```
It would be nice to be abl…
-
```bash
uv pip install -e . # ✅
uv lock --upgrade # ✅
uv sync --upgrade # ↯ removes main package
```
It seems this is because if `[build-system]` is missing, then `uv.lock` says `source = { virtua…
-
# Problem
I'd like to be able to do the following:
```bash
export UV_ENV_FILE=./.env
uv run
cd
uv run
```
or even better, add `export UV_ENV_FILE=./.env` to my `.bash_profile`
…
-
From [this job](https://github.com/InSyncWithFoo/ryecharm/actions/runs/12025271409/job/33522239073):
```text
2024-11-26T06:52:02 [main] INFO verification - Finished 1 of 1 verifications (in 8.2 s…
-
Could uv supports plugins written both in Python and Rust like [poetry](https://python-poetry.org/docs/plugins/)?
-
I am in the process of creating a bunch of projects that all require the same index settings and `constraint-dependencies`. I was wondering it is possible to create a project with `uv init` and pa…
-
I accidentally triggered a dependency confusion vulnerability in uv just by forgetting to add credentials to our company's internal package index URL.
Steps to reproduce:
- Run an internal Python …
-
### What happened?
Package is unable to build and run tests on py313, but works fine in py312
### Environment
See below. Executed on linux (ubuntu 2202)
### Minimum reproducible code
```shell
$ u…