File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " yt-fts"
7
- version = " 0.1.48 "
7
+ version = " 0.1.49 "
8
8
description = " Search all of a YouTube channel from the command line"
9
9
readme = " README.md"
10
10
requires-python = " >=3.8"
@@ -21,8 +21,8 @@ classifiers = [
21
21
22
22
dependencies = [
23
23
" click==8.1.7" ,
24
- " openai==1.16.2 " ,
25
- " chromadb==0.4.24 " ,
24
+ " openai==1.35.3 " ,
25
+ " chromadb==0.5.2 " ,
26
26
" requests==2.31.0" ,
27
27
" rich==13.7.1" ,
28
28
" sqlite-utils==3.36" ,
Original file line number Diff line number Diff line change 1
1
click == 8.1.7
2
- openai == 1.16.2
3
- chromadb == 0.4.24
2
+ openai == 1.35.3
3
+ chromadb == 0.5.2
4
4
requests == 2.31.0
5
5
rich == 13.7.1
6
6
sqlite-utils == 3.36
Original file line number Diff line number Diff line change 9
9
from .utils import *
10
10
from rich .console import Console
11
11
12
- YT_FTS_VERSION = "0.1.48 "
12
+ YT_FTS_VERSION = "0.1.49 "
13
13
14
14
@click .group (context_settings = {"help_option_names" : ["-h" , "--help" ]})
15
15
@click .version_option (YT_FTS_VERSION , message = 'yt_fts version: %(version)s' )
You can’t perform that action at this time.
0 commit comments