File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name = "openai_greet"
3
3
version = " 0.0.1"
4
4
description = " A simple example to greet a person using OpenAI"
5
5
authors = [{
name =
" Restack Team" ,
email =
" [email protected] " }]
6
- requires-python = " >=3.11 ,<3.13"
6
+ requires-python = " >=3.10 ,<3.13"
7
7
readme = " README.md"
8
8
dependencies = [
9
9
" pydantic>=2.10.6" ,
10
10
" watchfiles>=1.0.4" ,
11
11
" python-dotenv==1.0.1" ,
12
12
" openai>=1.61.0" ,
13
13
" aiohttp>=3.11.12" ,
14
- " restack-ai>=0.0.66 " ,
14
+ " restack-ai>=0.0.67 " ,
15
15
]
16
16
17
17
[project .scripts ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies = [
10
10
" watchfiles>=1.0.4" ,
11
11
" python-dotenv==1.0.1" ,
12
12
" openai>=1.61.0" ,
13
- " restack-ai>=0.0.65 " ,
13
+ " restack-ai>=0.0.67 " ,
14
14
]
15
15
16
16
[project .scripts ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies = [
11
11
" watchfiles>=1.0.4" ,
12
12
" requests==2.32.3" ,
13
13
" python-dotenv==1.0.1" ,
14
- " restack-ai>=0.0.65 " ,
14
+ " restack-ai>=0.0.67 " ,
15
15
]
16
16
17
17
[project .scripts ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies = [
10
10
" watchfiles>=1.0.4" ,
11
11
" python-dotenv==1.0.1" ,
12
12
" openai>=1.61.0" ,
13
- " restack-ai>=0.0.65 " ,
13
+ " restack-ai>=0.0.67 " ,
14
14
]
15
15
16
16
[project .scripts ]
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ dependencies = [
11
11
" watchfiles>=1.0.4" ,
12
12
" requests==2.32.3" ,
13
13
" python-dotenv==1.0.1" ,
14
- " restack-ai>=0.0.65 " ,
14
+ " restack-ai>=0.0.67 " ,
15
15
]
16
16
17
17
[project .scripts ]
You can’t perform that action at this time.
0 commit comments