Skip to content

chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/flair #506

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2024

Bumps gunicorn from 20.1.0 to 22.0.0.

Release notes

Sourced from gunicorn's releases.

Gunicorn 22.0 has been released

Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're invited to upgrade asap your own installation.

Changes:

22.0.0 - 2024-04-17
===================
  • use utime to notify workers liveness
  • migrate setup to pyproject.toml
  • fix numerous security vulnerabilities in HTTP parser (closing some request smuggling vectors)
  • parsing additional requests is no longer attempted past unsupported request framing
  • on HTTP versions < 1.1 support for chunked transfer is refused (only used in exploits)
  • requests conflicting configured or passed SCRIPT_NAME now produce a verbose error
  • Trailer fields are no longer inspected for headers indicating secure scheme
  • support Python 3.12

** Breaking changes **

  • minimum version is Python 3.7
  • the limitations on valid characters in the HTTP method have been bounded to Internet Standards
  • requests specifying unsupported transfer coding (order) are refused by default (rare)
  • HTTP methods are no longer casefolded by default (IANA method registry contains none affected)
  • HTTP methods containing the number sign (#) are no longer accepted by default (rare)
  • HTTP versions < 1.0 or >= 2.0 are no longer accepted by default (rare, only HTTP/1.1 is supported)
  • HTTP versions consisting of multiple digits or containing a prefix/suffix are no longer accepted
  • HTTP header field names Gunicorn cannot safely map to variables are silently dropped, as in other software
  • HTTP headers with empty field name are refused by default (no legitimate use cases, used in exploits)
  • requests with both Transfer-Encoding and Content-Length are refused by default (such a message might indicate an attempt to perform request smuggling)
  • empty transfer codings are no longer permitted (reportedly seen with really old & broken proxies)

** SECURITY **

  • fix CVE-2024-1135
  1. Documentation is available there: https://docs.gunicorn.org/en/stable/news.html
  2. Packages: https://pypi.org/project/gunicorn/

Gunicorn 21.2.0 has been released

Gunicorn 21.2.0 has been released. This version fix the issue introduced in the threaded worker.

Changes:

21.2.0 - 2023-07-19
===================
fix thread worker: revert change considering connection as idle .
</tr></table> 

... (truncated)

Commits
  • f63d59e bump to 22.0
  • 4ac81e0 Merge pull request #3175 from e-kwsm/typo
  • 401cecf Merge pull request #3179 from dhdaines/exclude-eventlet-0360
  • 0243ec3 fix(deps): exclude eventlet 0.36.0
  • 628a0bc chore: fix typos
  • 88fc4a4 Merge pull request #3131 from pajod/patch-py12-rebased
  • deae2fc CI: back off the agressive timeout
  • f470382 docs: promise 3.12 compat
  • 5e30bfa add changelog to project.urls (updated for PEP621)
  • 481c3f9 remove setup.cfg - overridden by pyproject.toml
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 17, 2024
@nikitabelonogov
Copy link
Member

@dependabot rebase

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/label_studio_ml/examples/flair/gunicorn-22.0.0 branch from c25bb73 to 78f51a4 Compare June 13, 2024 06:52
@robot-ci-heartex robot-ci-heartex merged commit ad84492 into master Jun 13, 2024
3 of 6 checks passed
@robot-ci-heartex robot-ci-heartex deleted the dependabot/pip/label_studio_ml/examples/flair/gunicorn-22.0.0 branch June 13, 2024 06:56
nicOwlas added a commit to ROSFactory/label-studio-ml-backend that referenced this pull request Aug 19, 2024
* docs: Update Models table column headers in README (HumanSignal#500)

Co-authored-by: caitlin_wheeless <caitlin.wheeless@packetfabric.com>

* fix: Rename default NewModel classes (HumanSignal#522)

Co-authored-by: nik <nik@heartex.net>

* fix: Add model version in all ML backend examples (HumanSignal#523)

* fix: Add model version in all ML backend examples

* Fix tests, fix flair model

* Move model initialization outside the class

* Fix mmdetection

* Fix huggingface_ner, mmdetection CI run

---------

Co-authored-by: nik <nik@heartex.net>

* ci: disable fail_ci_on_error for codecov

* ci: PLT-318: Update Docker build config (HumanSignal#525)

* ci: Cleanup runner space

* ci: Simplify base sha

* ci: force image builds

* docs: DOC-208: Note on concurrent request errors (HumanSignal#527)

Co-authored-by: Caitlin Wheeless <caitlin@humansignal.com>

* docs: Copy editing readme files and adding front matter for tutorials (HumanSignal#476)

* docs: Copy editing readmes and adding front matter for tutorials

* Adding headers to the last 5 readmes

* Adjusting order

* Updated image paths

* Added header to sklearn readme

* adjusting order

* Updating readme files

* Working through read me files

* All readme files have been edited, ready for review

* Apply suggestions from code review

Co-authored-by: niklub <nikolai@heartex.com>

* Standardizing categories

* Updated image path for interactive substring matching

* Typos in categories

---------

Co-authored-by: caitlin_wheeless <caitlin.wheeless@packetfabric.com>
Co-authored-by: Caitlin Wheeless <caitlin@humansignal.com>
Co-authored-by: niklub <nikolai@heartex.com>

* ci: Use absolute path for ML_REPO_PATH

* ci: Fix GITHUB_WORKSPACE var name

* Update README.md

* Add labeling config in bert_classifier

* mmdetection: set default config

* ci: bump codecov/codecov-action from 4.3.0 to 4.3.1 (HumanSignal#537)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.3.0...v4.3.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create image url fixture example in easyocr tests

* Add test images in dockerignore for easyocr

* Fix typo in tests

* easyocr test: Fix image content, add temp dir fixture, remove prints

* feat: DIA-1061: Add START_TRAINING to fit in models (HumanSignal#529)

* feat: DIA-1061: Add START_TRAINING to fit in models

* Update model.py

* Update model.py

* fix: Add doc string to default model with START_TRAINING (HumanSignal#538)

* docs: Adjust formatting for indentations in lists (HumanSignal#532)

Co-authored-by: Caitlin Wheeless <caitlin@humansignal.com>

* feat: GLiNER ML Backend (HumanSignal#534)

* GLiNER example ML Backend

* ReadMe

* Update label_studio_ml/examples/gliner/model.py

Co-authored-by: niklub <nikolai@heartex.com>

* Update label_studio_ml/examples/gliner/model.py

Co-authored-by: niklub <nikolai@heartex.com>

* Update label_studio_ml/examples/gliner/model.py

Co-authored-by: niklub <nikolai@heartex.com>

* Update label_studio_ml/examples/gliner/model.py

Co-authored-by: niklub <nikolai@heartex.com>

* Update for dynamic labels and rename model class

* Apply suggestions from code review

Co-authored-by: niklub <nikolai@heartex.com>

* updated for PR edits

* updated when model fitting starts -- START_TRAINING is not the event when the start training button is clicked

* updated for PR edits

* unit tests

* unit tests

* Update label_studio_ml/examples/gliner/docker-compose.yml

* Update README.md to include frontmatter

* Update README.md

* updated test to approx

* updated test to approx

* updated test to approx

---------

Co-authored-by: niklub <nikolai@heartex.com>
Co-authored-by: Caitlin Wheeless <caitlin.wheeless@gmail.com>

* docs: Updating frontmatter for styling changes (HumanSignal#541)

* docs: Updating frontmatter for styling changes

* Change hide_sidebar to hide_menu

---------

Co-authored-by: caitlinwheeless <caitlin@humansignal.com>

* fix: RND-71: Support cloud storage links resolution for textual ML backends (HumanSignal#546)

* fix: RND-71: Support cloud storage links resolution for textual ML backends

* Preload task data

* Fix

* Cleanup

* Add tests

* Add read_file

* Fix

* ci: bump codecov/codecov-action from 4.3.1 to 4.4.1 (HumanSignal#547)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.3.1 to 4.4.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.3.1...v4.4.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: Langchain search test and deps (HumanSignal#548)

* Added support for Ollama in LLM Interactive example (HumanSignal#552)

* Added support for Ollama

* Fixed connection bug

* Updated readme

* fix: DIA-1061: Add START_TRAINING in api (HumanSignal#549)

* Fix codeblock indents in readme mmdetection-3 (HumanSignal#542)

* fix: Apply exif_transpose (HumanSignal#536)

* fix: Apply exif_transpose

* test: Add tesseract non default orientation test

* tesseract test: Fix test image cache conflict.

* docs: Update README.md, add LABEL_STUDIO_URL to quickstart (HumanSignal#555)

* ci: bump docker/#-action from 3.1.0 to 3.2.0 (HumanSignal#554)

Bumps [docker/#-action](https://github.com/docker/#-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/#-action/releases)
- [Commits](docker/#-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/#-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix/sdk-version

* fix: Spacy pydantic deps (HumanSignal#559)

* fix: Spacy pydantic deps

* Fix

* Fix langchain_search

* Fix

* ci: PLT-377: Automerge Dependabot security patches

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/gliner (HumanSignal#540)

chore(deps): bump gunicorn in /label_studio_ml/examples/gliner

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/tesseract (HumanSignal#517)

chore(deps): bump gunicorn in /label_studio_ml/examples/tesseract

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/interactive_substring_matching (HumanSignal#509)

chore(deps): bump gunicorn

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/llm_interactive (HumanSignal#513)

chore(deps): bump gunicorn in /label_studio_ml/examples/llm_interactive

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/sklearn_text_classifier (HumanSignal#512)

chore(deps): bump gunicorn

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/huggingface_ner (HumanSignal#511)

chore(deps): bump gunicorn in /label_studio_ml/examples/huggingface_ner

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/huggingface_llm (HumanSignal#508)

chore(deps): bump gunicorn in /label_studio_ml/examples/huggingface_llm

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/bert_classifier (HumanSignal#514)

chore(deps): bump gunicorn in /label_studio_ml/examples/bert_classifier

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/mmdetection-3 (HumanSignal#518)

chore(deps): bump gunicorn in /label_studio_ml/examples/mmdetection-3

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/nemo_asr (HumanSignal#516)

chore(deps): bump gunicorn in /label_studio_ml/examples/nemo_asr

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: PLT-377: Remove unused requirements.txt (HumanSignal#562)

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/langchain_search_agent (HumanSignal#515)

chore(deps): bump gunicorn

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/spacy (HumanSignal#504)

chore(deps): bump gunicorn in /label_studio_ml/examples/spacy

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/easyocr (HumanSignal#510)

chore(deps): bump gunicorn in /label_studio_ml/examples/easyocr

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/flair (HumanSignal#506)

chore(deps): bump gunicorn in /label_studio_ml/examples/flair

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/segment_anything_model (HumanSignal#503)

chore(deps): bump gunicorn

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/grounding_dino (HumanSignal#505)

chore(deps): bump gunicorn in /label_studio_ml/examples/grounding_dino

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/default_configs (HumanSignal#507)

chore(deps): bump gunicorn in /label_studio_ml/default_configs

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump transformers from 4.30.2 to 4.38.0 in /label_studio_ml/examples/bert_classifier (HumanSignal#498)

chore(deps): bump transformers

Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.38.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.30.2...v4.38.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump transformers from 4.30.2 to 4.38.0 in /label_studio_ml/examples/huggingface_llm (HumanSignal#497)

chore(deps): bump transformers

Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.2 to 4.38.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.30.2...v4.38.0)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: Update CODEOWNERS (HumanSignal#563)

* fix: DIA-1061: Start training instead of project update (HumanSignal#565)

fix: Start training instead of project update

* ci: bump docker/build-push-action from 5.3.0 to 5.4.0 (HumanSignal#567)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.3.0...v5.4.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump codecov/codecov-action from 4.4.1 to 4.5.0 (HumanSignal#568)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4.4.1...v4.5.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: Add Ollama to LLM interactive frontmatter (HumanSignal#569)

Co-authored-by: caitlinwheeless <caitlin@humansignal.com>

* fix: RND-101: Fix ML backend compatibility with sdk>=1 (HumanSignal#570)

* fix: RND-101: Fix ML backend compatibility with sdk>=1

* Fix sdk version

* Install sdk from git

* Fix label-studio-tools imports

* Install numpy in requirements

* Cast float

* Add numpy reqs to easyocr and nemo

* Upgrade label-studio-sdk==1.0.2

---------

Co-authored-by: nik <nik@heartex.net>

* Fix imports in examples

* Fix dino import

* ci: bump docker/build-push-action from 5.4.0 to 6.1.0 (HumanSignal#573)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.4.0 to 6.1.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v5.4.0...v6.1.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: MMDetection deps with mmcv (HumanSignal#574)

* ci: bump docker/build-push-action from 6.1.0 to 6.2.0 (HumanSignal#575)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.1.0...v6.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (HumanSignal#578)

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump docker/build-push-action from 6.2.0 to 6.3.0 (HumanSignal#577)

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: PLT-409: Skip Docker image push for external contributors

* ci: bump docker/build-push-action from 6.3.0 to 6.4.1 (HumanSignal#580)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (HumanSignal#586)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump docker/#-action from 3.2.0 to 3.3.0 (HumanSignal#585)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ci: bump docker/build-push-action from 6.4.1 to 6.5.0 (HumanSignal#584)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: Rebuild grounding dino (HumanSignal#589)

* feat: RND-111: Add SegmentAnything2 support to LabelStudio (HumanSignal#591)

Co-authored-by: nik <nik@heartex.net>
Co-authored-by: Nikita Belonogov <nikita.belonogov@humansignal.com>

* Update readme

* ci: PLT-440: fix build steps for sa2

* ci: fix runner size for builds

* ci: trigger sa2 build

* ci: fix build workflow

* sa2: fix missing gunicorn

* ci: onboard new models to large runners

* ci: onboard tests

* feat: RND-112: Improve GroundingDINO (HumanSignal#592)

Co-authored-by: nik <nik@heartex.net>
Co-authored-by: Sergey Zhuk <sergey.zhuk@humansignal.com>

* ci: onboard groduning sam to build pipeline

* ci: bump docker/setup-buildx-action from 3.5.0 to 3.6.1 (HumanSignal#593)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: Update documentation for segment_anything_2_image (HumanSignal#595)

* test: Update SAM2_video runner size (HumanSignal#598)

* ci: fix sam2_video runner size

* feat: Watsonx (HumanSignal#594)

Co-authored-by: niklub <nikolai@heartex.com>
Co-authored-by: Caitlin Wheeless <caitlin.wheeless@gmail.com>
Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.com>
Co-authored-by: Micaela Kaplan <micaela@humansignal.com>

* build(deps): bump gunicorn from 20.1.0 to 22.0.0 in /label_studio_ml/examples/watsonx_llm (HumanSignal#599)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: Remove Personal Info from watsonx docker compose (HumanSignal#600)

Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.coml>

* ci: bump docker/build-push-action from 6.5.0 to 6.6.1 (HumanSignal#603)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: Watsonx logging (HumanSignal#602)

Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.coml>

* ci: PLT-448: Improve docker build config (HumanSignal#604)

* ci: Remove irrelevant latest tag

* ci: PLT-442: Fix bypass tag

* fix: Model_wsgi to wsgi (HumanSignal#605)

* feat: RND-114: Add SAM2 integration for Video Object Tracking (HumanSignal#596)

Co-authored-by: nik <nik@heartex.net>
Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Caitlin Wheeless <caitlin.wheeless@gmail.com>
Co-authored-by: caitlin_wheeless <caitlin.wheeless@packetfabric.com>
Co-authored-by: niklub <nikolai@heartex.com>
Co-authored-by: nik <nik@heartex.net>
Co-authored-by: Sergey Zhuk <sergey.zhuk@humansignal.com>
Co-authored-by: Nikita Belonogov <nikita.belonogov@humansignal.com>
Co-authored-by: Caitlin Wheeless <caitlin@humansignal.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Tkachenko <makseq@gmail.com>
Co-authored-by: micaelakaplan <32578813+micaelakaplan@users.noreply.github.com>
Co-authored-by: Jimmy <10526094+JimmyWhitaker@users.noreply.github.com>
Co-authored-by: Bert Verhelst <verhelstbert@gmail.com>
Co-authored-by: rick0000 <rickdev0000@gmail.com>
Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.com>
Co-authored-by: Micaela Kaplan <micaela@humansignal.com>
Co-authored-by: Micaela Kaplan <kaplan.micaela@gmail.coml>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code title needs formatting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants