Commit Graph

17 Commits

Author SHA1 Message Date
Nader Arbabian d3be9fe7db redo metrics tracking for requests, fixes bug wherere some requests were marked as pending, even though they had finished 2025-07-30 18:56:51 -07:00
Nader Arbabian be2aafdb1f fix pyright errors + revert to old way of handling cancelled api requests (#23) 2025-07-17 16:59:06 -07:00
Nader Arbabian 0ab9a13a46 update tokenizers deps 2025-06-10 17:56:06 -07:00
Nader Arbabian 4bac805093 update tokenizers 2025-06-10 17:07:38 -07:00
dependabot[bot] d99adcfb36 build(deps): bump transformers from 4.44.2 to 4.50.0
Bumps [transformers](https://github.com/huggingface/transformers) from 4.44.2 to 4.50.0.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.44.2...v4.50.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 15:08:57 -07:00
Nader Arbabian 4bf6f268a2 fix up depencies once and for all, fix broken imports 2025-06-10 14:11:10 -07:00
dependabot[bot] 90877b758b build(deps): bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.32.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 15:02:59 -07:00
dependabot[bot] f7cfcb0a66 build(deps): bump setuptools from 70.3.0 to 78.1.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.3.0 to 78.1.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v70.3.0...v78.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 78.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 14:57:27 -07:00
Nader Arbabian f15c7a3540 fix wrong aiohttp version and add pubkey fetch retry 2025-04-02 17:01:45 -07:00
Chris McKenzie 7018ef9249 requirements update 2025-03-27 11:18:25 -07:00
chris mckenzie 226fa13355 Merge pull request #4 from kristopolous/dependabot/pip/pip-bb24fe24d9
build(deps): bump aiohttp from 3.10.0 to 3.11.0b0 in the pip group across 1 directory
2025-03-25 14:47:06 -07:00
chris mckenzie 905255932b Merge pull request #1 from kristopolous/dependabot/pip/pip-ff0b128437
build(deps): bump transformers from 4.43.2 to 4.48.0 in the pip group across 1 directory
2025-03-25 14:46:48 -07:00
Chris McKenzie eed0a6c8bc removing some deps 2025-03-25 14:46:30 -07:00
Chris McKenzie a153b0bcc8 removing some deps 2025-03-25 14:44:59 -07:00
dependabot[bot] 22c19f23b6 build(deps): bump aiohttp in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp).


Updates `aiohttp` from 3.10.0 to 3.11.0b0
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.11.0b0/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.0...v3.11.0b0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 21:25:15 +00:00
dependabot[bot] 0541988991 build(deps): bump transformers in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [transformers](https://github.com/huggingface/transformers).


Updates `transformers` from 4.43.2 to 4.48.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.43.2...v4.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 21:25:05 +00:00
Nader Arbabian 589216d15f initial commit 2024-09-04 11:19:30 -07:00