SkalskiP
819d74f57c
bump version from `0.27.0` to `0.28.0rc0`
2026-01-19 12:10:26 +01:00
Jirka Borovec
09de0f4f06
feat(ruff): add pytest linting rule ( #2053 )
...
* feat(ruff): add pytest linting rule
* --unsafe-fixes
* fix(pre_commit): 🎨 auto format pre-commit hooks
---------
Co-authored-by: jiri BOROVEC <jirka@Jiris-MacBook-Pro-J4N257Y6Q2.local>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
2026-01-13 19:34:22 +01:00
Jirka Borovec
f1e0c9cdd7
chore(pre_commit): add pyproject-fmt and validate-pyproject hooks ( #2045 )
...
* chore(pre_commit): add pyproject-fmt and validate-pyproject hooks
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Apply suggestions from code review
* format pre-commit hooks for consistency
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: jiri BOROVEC <jirka@Jiris-MacBook-Pro-J4N257Y6Q2.local>
2026-01-13 18:48:06 +01:00
Copilot
fabbff2b60
Remove security noqa comments by fixing underlying issues ( #2064 )
...
* Fix security issues and remove noqa comments
- Replace MD5 hash_new with md5() and add usedforsecurity=False flag
- Add documentation explaining MD5 is for file integrity, not security
- Add timeout parameter to requests.get call
- Add explicit shell=False and check=False to subprocess.run
- Remove all security-related noqa comments
- Add per-file ignores for S311 in tests and S603 in examples
---------
Co-authored-by: jirka <jirka.borovec@seznam.cz>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-01-12 15:25:41 +01:00
Jirka Borovec
8df7aea949
Update CI workflows for documentation build and deployment ( #2063 )
...
Material for MkDocs Insiders – Now free for everyone
-> https://squidfunk.github.io/mkdocs-material/blog/2025/11/11/insiders-now-free-for-everyone/
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 15:06:08 +01:00
Jirka Borovec
a1c58a92e2
Update classifiers in pyproject.toml to reflect production status and add multimedia topics ( #2047 )
2026-01-12 11:04:00 +00:00
Jirka Borovec
886a44b102
Update authors and maintainers in pyproject.toml ( #2046 )
2026-01-12 12:00:27 +01:00
dependabot[bot]
9b91c779e5
⬆️ Update pytest-cov requirement ( #2071 )
...
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov ) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-version: 7.0.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 11:59:52 +01:00
Jirka Borovec
b143121859
Add pytest-cov dependency and integrate Codecov in CI workflow ( #2066 )
...
* Add pytest-cov dependency and integrate Codecov in CI workflow
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Apply suggestions from code review
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 09:41:44 +01:00
dependabot[bot]
de4f060d3b
⬆️ Update build requirement from <1.4,>=0.10 to >=0.10,<1.5 ( #2069 )
...
Updates the requirements on [build](https://github.com/pypa/build ) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/0.10.0...1.4.0 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.4.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-12 09:29:41 +01:00
Jirka Borovec
5016ed3c8a
chore(pre_commit): update Ruff rules with its references ( #2040 )
...
The `fixanle` they do not have any impact if they are not listed in selected.
In Ruff, the select list determines which rules are active (checked). The fixable list merely controls which of those active rules are allowed to automatically modify your code when running with --fix.
If a rule is listed in fixable but not in select, it is effectively disabled; Ruff won't look for it, so there will be no errors to fix. Listing extra items in fixable is harmless but redundant code clutter.
The default value for fixable in Ruff is ["ALL"].
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-12 08:23:49 +01:00
Jirka Borovec
d570366fb4
chore(pre_commit): convert bandit into Ruff's S rule & add TODOs for security improvements ( #2039 )
2026-01-12 08:08:19 +01:00
Jirka Borovec
bca3c60bb3
resolve docs build / pin `mkdocstrings-python<2.0.0` ( #2031 )
2026-01-05 15:48:18 +01:00
SkalskiP
7f7b25d7e7
bump version from `0.27.0rc6` to `0.27.0`
2025-11-16 19:02:42 +01:00
SkalskiP
72506888c0
bump version from `0.27.0rc5` to `0.27.0rc6`
2025-11-16 16:31:22 +01:00
SkalskiP
fae1bc2661
bump version from `0.27.0rc4` to `0.27.0rc5`
2025-11-14 14:52:57 +01:00
Piotr Skalski
d330bafaa7
Merge pull request #1926 from roboflow/dependabot/pip/develop/mkdocstrings-gte-0.25.2-and-lt-0.31.0
...
⬆️ Update mkdocstrings requirement from <0.30.0,>=0.25.2 to >=0.25.2,<0.31.0
2025-11-14 14:12:16 +01:00
Piotr Skalski
97bf652d90
Merge pull request #1927 from roboflow/dependabot/pip/develop/build-gte-0.10-and-lt-1.4
...
⬆️ Update build requirement from <1.3,>=0.10 to >=0.10,<1.4
2025-11-14 14:11:24 +01:00
Piotr Skalski
6c7c49e051
Merge pull request #1974 from kshitijaucharmal/fix/add-pre-commit-in-pyproject
...
fix: added precommit under dev group
2025-11-05 23:58:32 +01:00
SkalskiP
b1b69ad972
bump version from `0.27.0rc3` to `0.27.0rc4`
2025-11-05 23:53:36 +01:00
SkalskiP
0bd60874ca
bump version from `0.27.0rc2` to `0.27.0rc3`
2025-11-05 13:39:13 +01:00
SkalskiP
a3ea8cdb1f
bump version from `0.27.0rc1` to `0.27.0rc2`
2025-11-05 13:01:30 +01:00
Kshitij Aucharmal
371f8ecc5b
fix: added precommit under dev group
2025-10-03 19:46:46 +05:30
SkalskiP
005cdbd37a
bump version from `0.27.0rc0` to `0.27.0rc1`
2025-08-06 12:27:16 +02:00
dependabot[bot]
652b0a190f
⬆️ Update build requirement from <1.3,>=0.10 to >=0.10,<1.4
...
Updates the requirements on [build](https://github.com/pypa/build ) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/0.10.0...1.3.0 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 00:52:10 +00:00
dependabot[bot]
6f87e2639e
⬆️ Update mkdocstrings requirement
...
Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) to permit the latest version.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.30.0 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-version: 0.30.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-08-04 00:50:49 +00:00
SkalskiP
e1393691a4
bump version from `0.26.1` to `0.27.0rc0`
2025-07-31 17:49:06 +02:00
SkalskiP
cb6018ef04
final changes before supervision-0.26.1
2025-07-23 08:32:07 +02:00
SkalskiP
e8cb962fcc
bump version from `0.26.1` to `0.26.1rc0`
2025-07-21 10:14:58 +02:00
SkalskiP
1adb75520f
bump version from `0.26.0` to `0.26.1`; improve docstrings; unify naming; improve parsing
2025-07-21 00:02:14 +02:00
SkalskiP
a1e402987b
bump version from `0.26.0rc8` to `0.26.0`
2025-07-16 02:33:29 +02:00
SkalskiP
4e832b2cf4
bump version from `0.26.0rc7` to `0.26.0rc8`
2025-07-15 22:12:22 +02:00
Onuralp SEZER
63cc934cd4
chore: 🧹 remove unused pyupgrade configuration from pyproject.toml
2025-07-15 00:17:52 +03:00
Onuralp SEZER
5d883447a3
docs: 📝 update Python version requirement to 3.9 in docs and clean up code
2025-07-14 20:21:35 +03:00
Onuralp SEZER
00fab37e58
feat: 🚀 dropping python 3.8 support and upgrade all codes to python3.9 syntax style as min
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-07-14 20:12:11 +03:00
Onuralp SEZER
1034313ac2
feat: 🚀 exclude all dev extras from pypi package and only available to dev installations #pep-0735
2025-07-11 17:13:11 +03:00
SkalskiP
86a13d0f87
bump version from `0.26.0rc6` to `0.26.0rc7`
2025-04-25 14:56:18 +02:00
SkalskiP
047489b96e
bump version from `0.26.0rc5` to `0.26.0rc6`
2025-04-24 00:22:27 +02:00
SkalskiP
587c61883b
bump version from `0.26.0rc4` to `0.26.0rc5`
2025-04-23 15:42:24 +02:00
dependabot[bot]
386fb2e15f
⬆️ Update mkdocstrings requirement
...
Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) to permit the latest version.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.29.0 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-24 00:52:55 +00:00
dependabot[bot]
11f2a005e2
⬆️ Update mkdocstrings requirement
...
Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings ) to permit the latest version.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases )
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.25.2...0.28.1 )
---
updated-dependencies:
- dependency-name: mkdocstrings
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-24 00:45:58 +00:00
Onuralp SEZER
2e38e8998f
Merge branch 'develop' into feature/support_for_qwen_2_5_vl
2025-02-18 17:07:35 +03:00
Onuralp SEZER
afcd0d6e5a
chore: update email address for author and maintainer in pyproject.toml
2025-02-18 16:39:34 +03:00
SkalskiP
7e19c633a6
merge 0.26.0 deprecation changes
2025-02-18 10:04:38 +01:00
SkalskiP
23301bbd17
experiment with fixing numpy dependency
2025-02-18 08:54:08 +01:00
Onuralp SEZER
2c53eb10a8
chore: simplify numpy and scipy version constraints in pyproject.toml and uv lock update
2025-02-09 03:53:35 +03:00
Onuralp SEZER
ea03d55d6a
chore: delete removed B410 bandit rule
2025-01-27 21:01:17 +03:00
Onuralp SEZER
483cc0677f
build: 🛠️ set include-package-data to false in pyproject.toml
2025-01-09 14:12:50 +03:00
Onuralp SEZER
a61a6c7144
chore: update author and maintainer email addresses in pyproject.toml
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-01-08 23:54:50 +03:00
Onuralp SEZER
fc40438f35
ci: 🐍 migrate from Poetry to uv for Python setup and dependency installation in doc workflows
...
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2025-01-08 23:18:52 +03:00