mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
chore: bump codeflash-python to 0.1.1.dev0
This commit is contained in:
parent
1e68d24e93
commit
f1ffd2d97d
2 changed files with 7 additions and 1 deletions
6
packages/codeflash-python/changelogs/fix-ci-lint.md
Normal file
6
packages/codeflash-python/changelogs/fix-ci-lint.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
### Fixes
|
||||
|
||||
- Restore clean bubble_sort_method.py test fixture (remove accidental instrumentation decorators)
|
||||
- Add mypy type-ignore comments for optional torch/jax imports and SQLite row types
|
||||
- Add pytest skip markers for tests requiring optional deps (torch, jax, tensorflow)
|
||||
- Fix ruff format and unused mypy ignore comment
|
||||
|
|
@ -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