mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
Bump codeflash-python to 0.1.1.dev0
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
6a3f79df80
commit
69449dc3fc
2 changed files with 12 additions and 1 deletions
|
|
@ -0,0 +1,11 @@
|
|||
### Enhancements
|
||||
|
||||
### Features
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix ruff lint errors (import sorting, unused variable, magic constant)
|
||||
- Fix mypy errors (optional ML dep imports, sqlite row type casts)
|
||||
- Fix ruff format violations across test files
|
||||
- Restore clean bubble_sort_method.py test fixture
|
||||
- Use pytest.importorskip for optional torch/jax/tensorflow deps
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "codeflash-python"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1.dev0"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"codeflash-core",
|
||||
|
|
|
|||
Loading…
Reference in a new issue