43 Commits

Author SHA1 Message Date
John Kennedy 75887b7fe1 Merge pull request #13 from langchain-ai/dependabot/pip/pip-4c45216c6c
Bump the pip group across 1 directory with 3 updates
2026-05-05 21:59:07 -07:00
John Kennedy 1bf497f3c9 Revert transformers bump to fix dependency conflict
livekit-plugins-turn-detector==1.3.5 requires transformers<=4.57.1,
so the bump to 5.0.0rc3 causes a ResolutionImpossible error.
Reverting transformers to 4.57.1 while keeping the langsmith and pillow bumps.
2026-04-21 08:12:27 +00:00
dependabot[bot] de4aaadd0f Bump the pip group across 1 directory with 3 updates
Bumps the pip group with 3 updates in the / directory: [langsmith](https://github.com/langchain-ai/langsmith-sdk), [pillow](https://github.com/python-pillow/Pillow) and [transformers](https://github.com/huggingface/transformers).


Updates `langsmith` from 0.6.3 to 0.7.31
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits/v0.7.31)

Updates `pillow` from 12.1.1 to 12.2.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/12.1.1...12.2.0)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.57.1...v5.0.0rc3)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.7.31
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-16 05:21:16 +00:00
John Kennedy 9cdf078eea Merge pull request #12 from langchain-ai/dependabot/pip/pip-e3b9beecff
Bump the pip group across 1 directory with 2 updates
2026-04-15 21:30:28 -07:00
John Kennedy 8fc1b68625 Revert transformers bump to fix dependency conflict
livekit-plugins-turn-detector==1.3.5 requires transformers<=4.57.1,
so the bump to 5.0.0rc3 causes a ResolutionImpossible error.
Reverting transformers to 4.57.1 while keeping the pillow bump.
2026-04-16 03:05:31 +00:00
dependabot[bot] b5cee926ed Bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow) and [transformers](https://github.com/huggingface/transformers).


Updates `pillow` from 11.3.0 to 12.1.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1)

Updates `transformers` from 4.57.1 to 5.0.0rc3
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](https://github.com/huggingface/transformers/compare/v4.57.1...v5.0.0rc3)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.0.0rc3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 06:29:56 +00:00
John Kennedy 4c0c7f4b39 Merge pull request #11 from langchain-ai/dependabot/pip/pip-d7e851dbf0
Bump the pip group across 1 directory with 2 updates
2026-04-03 18:20:56 -07:00
John Kennedy 57f96fdfad Revert pillow to 11.3.0 to fix pipecat-ai dependency conflict
pipecat-ai==0.0.95 requires Pillow<12,>=11.1.0, so pillow 12.1.1
cannot be installed alongside it. Keeping pillow at 11.3.0 (latest
11.x) while retaining the aiohttp security bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 01:17:01 +00:00
dependabot[bot] b2fd97a0cc Bump the pip group across 1 directory with 2 updates
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.4
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-01 23:02:48 +00:00
John Kennedy b95171db9f Merge pull request #10 from langchain-ai/fix/security-vulns
Fix all open Dependabot security vulnerabilities
2026-03-31 00:35:15 -07:00
John Kennedy 98d79776b7 Fix all open Dependabot security vulnerabilities
- pillow 11.2.1 → 11.3.0 (GHSA-xg8h-j46f-w952: BCn write buffer overflow,
  GHSA-cfh3-3jmp-rvhc: PSD out-of-bounds write). Stays within pipecat-ai's
  Pillow<12 constraint.
- Pygments 2.19.2 → 2.20.0 (GHSA-5239-wwwm-4pmq: ReDoS in GUID matching)
- PyJWT 2.10.1 → 2.12.0 (GHSA-752w-5fwx-jx9f: unknown crit header extensions)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 07:33:58 +00:00
John Kennedy 0fb12d8c92 Merge pull request #9 from langchain-ai/dependabot/pip/pip-fdfea19751
Bump the pip group across 1 directory with 2 updates
2026-03-31 00:31:37 -07:00
John Kennedy e697ec9741 Fix pillow version conflict with pipecat-ai
pipecat-ai==0.0.95 requires Pillow>=11.1.0,<12, so pin pillow to 11.2.1
to stay within the compatible range.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 07:27:50 +00:00
John Kennedy 8a46917763 Fix audioop-lts dependency resolution on Python < 3.13
audioop-lts is a backport of the audioop module removed in Python 3.13.
The package only provides distributions for Python 3.13+, so pip resolution
fails on earlier Python versions (e.g. the CI runner's Python 3.12).
Adding a version marker ensures it's only required where needed.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 07:25:19 +00:00
dependabot[bot] 2664f1edde Bump the pip group across 1 directory with 2 updates
Bumps the pip group with 2 updates in the / directory: [nltk](https://github.com/nltk/nltk) and [requests](https://github.com/psf/requests).


Updates `nltk` from 3.9.3 to 3.9.4
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.9.3...3.9.4)

Updates `requests` from 2.32.5 to 2.33.0
- [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.5...v2.33.0)

---
updated-dependencies:
- dependency-name: nltk
  dependency-version: 3.9.4
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 15:23:39 +00:00
John Kennedy 39a45ce71a Merge pull request #8 from langchain-ai/dependabot/pip/pip-d36a52c788
Bump orjson from 3.11.4 to 3.11.6 in the pip group across 1 directory
2026-03-15 21:37:47 -07:00
dependabot[bot] d4259f8010 Bump orjson from 3.11.4 to 3.11.6 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [orjson](https://github.com/ijl/orjson).


Updates `orjson` from 3.11.4 to 3.11.6
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ijl/orjson/compare/3.11.4...3.11.6)

---
updated-dependencies:
- dependency-name: orjson
  dependency-version: 3.11.6
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-12 21:32:27 +00:00
John Kennedy 73d74571bb Merge pull request #7 from langchain-ai/dependabot/pip/pip-ed395609ee
Bump aiohttp from 3.13.2 to 3.13.3 in the pip group across 1 directory
2026-02-25 14:57:33 -08:00
John Kennedy 06c0423676 Merge pull request #6 from langchain-ai/dependabot/pip/pip-783b3068e8
Bump protobuf from 5.29.5 to 5.29.6 in the pip group across 1 directory
2026-02-25 14:57:23 -08:00
John Kennedy ab57ca497d Merge pull request #5 from langchain-ai/dependabot/pip/pip-8177a8837a
Bump urllib3 from 2.5.0 to 2.6.3 in the pip group across 1 directory
2026-02-25 14:57:13 -08:00
John Kennedy aa030cf508 Merge pull request #3 from langchain-ai/dependabot/pip/pip-a5d3e3ad53
Bump langsmith from 0.4.45 to 0.6.3 in the pip group across 1 directory
2026-02-25 14:57:05 -08:00
John Kennedy 18b8062708 Merge pull request #4 from langchain-ai/dependabot/pip/pip-207e30593e
Bump nltk from 3.9.2 to 3.9.3 in the pip group across 1 directory
2026-02-25 14:56:04 -08:00
John Kennedy 0401b9e01c Merge pull request #2 from langchain-ai/dependabot/pip/pip-81c3d069c8
Bump filelock from 3.20.0 to 3.20.3 in the pip group across 1 directory
2026-02-25 14:55:54 -08:00
John Kennedy d0e9153ef6 Merge pull request #1 from langchain-ai/dependabot/pip/pip-17dc5e2726
Bump pillow from 11.3.0 to 12.1.1 in the pip group across 1 directory
2026-02-25 14:55:44 -08:00
dependabot[bot] bb74660e90 Bump aiohttp from 3.13.2 to 3.13.3 in the pip group across 1 directory
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.13.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:54:07 +00:00
dependabot[bot] 3189956e1e Bump protobuf from 5.29.5 to 5.29.6 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [protobuf](https://github.com/protocolbuffers/protobuf).


Updates `protobuf` from 5.29.5 to 5.29.6
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-version: 5.29.6
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:54:01 +00:00
dependabot[bot] 0025305e4f Bump urllib3 from 2.5.0 to 2.6.3 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3).


Updates `urllib3` from 2.5.0 to 2.6.3
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.6.3)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:54:00 +00:00
dependabot[bot] 848151d455 Bump langsmith from 0.4.45 to 0.6.3 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [langsmith](https://github.com/langchain-ai/langsmith-sdk).


Updates `langsmith` from 0.4.45 to 0.6.3
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/commits)

---
updated-dependencies:
- dependency-name: langsmith
  dependency-version: 0.6.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:53:58 +00:00
dependabot[bot] f5bdc76682 Bump nltk from 3.9.2 to 3.9.3 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [nltk](https://github.com/nltk/nltk).


Updates `nltk` from 3.9.2 to 3.9.3
- [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog)
- [Commits](https://github.com/nltk/nltk/compare/3.9.2...3.9.3)

---
updated-dependencies:
- dependency-name: nltk
  dependency-version: 3.9.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:53:58 +00:00
dependabot[bot] cb4651b637 Bump filelock from 3.20.0 to 3.20.3 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [filelock](https://github.com/tox-dev/py-filelock).


Updates `filelock` from 3.20.0 to 3.20.3
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3)

---
updated-dependencies:
- dependency-name: filelock
  dependency-version: 3.20.3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:53:50 +00:00
dependabot[bot] b269180aa2 Bump pillow from 11.3.0 to 12.1.1 in the pip group across 1 directory
Bumps the pip group with 1 update in the / directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `pillow` from 11.3.0 to 12.1.1
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/11.3.0...12.1.1)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.1.1
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 22:53:49 +00:00
Tanushree Sharma 65513258cc add 2025-12-08 09:32:31 -08:00
Tanushree Sharma f721dfea28 requirements-txt 2025-12-08 09:20:51 -08:00
Tanushree Sharma 264ae6b59f rename 2025-12-07 21:28:48 -08:00
Tanushree Sharma 2dbeca0244 rename 2025-12-07 21:28:10 -08:00
Tanushree Sharma e80254e9fd updates 2025-12-07 21:26:56 -08:00
Tanushree Sharma 3d3181500a readme and livecat update 2025-12-07 20:42:53 -08:00
Tanushree Sharma 647276975f updates 2025-12-07 20:02:20 -08:00
Tanushree Sharma 9b2d87804b add livekit 2025-12-01 23:44:49 -08:00
Tanushree Sharma 84c51c6486 updates 2025-12-01 23:41:37 -08:00
Tanushree Sharma fa7449d496 Merge branch 'main' of github.com:tanushree-sharma/voice-test 2025-12-01 15:53:10 -08:00
Tanushree Sharma 6c83fe5caa upload attachment 2025-12-01 15:51:38 -08:00
Tanushree e014d1a45b files 2025-11-25 22:12:04 -08:00