File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " promptwright"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
description = " A tool for generating and managing prompts for local LLMs using Ollama"
5
- long_description = " file: README.md"
6
5
readme = " README.md"
7
6
requires-python = " >=3.11"
8
7
dependencies = [
Original file line number Diff line number Diff line change 1
- certifi == 2023.11.17 # Changed to be compatible with litellm's requirement
1
+ certifi == 2024.7.4
2
2
charset-normalizer == 3.4.0
3
3
idna == 3.10
4
4
requests == 2.32.3
5
5
tqdm == 4.66.5
6
6
urllib3 == 2.2.3
7
7
huggingface-hub == 0.26.0
8
8
datasets == 3.0.2
9
- litellm == 1.7.12
9
+ litellm == 1.52.1
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = "promptwright" ,
8
- version = "1.0.0 " ,
8
+ version = "1.0.1 " ,
9
9
packages = find_packages (),
10
10
install_requires = [
11
- "certifi>=2023 .7.22,<2024.0.0 " , # Updated to be compatible with litellm
11
+ "certifi==2024 .7.4 " , # Updated to be compatible with litellm
12
12
"charset-normalizer==3.4.0" ,
13
13
"idna==3.10" ,
14
14
"requests==2.32.3" ,
15
15
"tqdm==4.66.5" ,
16
16
"urllib3==2.2.3" ,
17
17
"huggingface-hub==0.26.0" ,
18
18
"datasets==3.0.2" ,
19
- "litellm==1.7.12 " ,
19
+ "litellm==1.52.1 " ,
20
20
],
21
21
extras_require = {
22
22
"dev" : [
You can’t perform that action at this time.
0 commit comments