Skip to content

Commit b265377

Browse files
authored
Merge pull request #156 from ipa-lab/development
bump versions
2 parents 0932983 + aec3b7e commit b265377

2 files changed

Lines changed: 661 additions & 437 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ classifiers = [
2222
"Development Status :: 4 - Beta",
2323
]
2424
dependencies = [
25-
'fabric == 3.2.2',
26-
'Mako == 1.3.2',
27-
'requests == 2.32.5',
28-
'rich == 13.7.1',
25+
'fabric',
26+
'Mako',
27+
'requests',
28+
'rich',
2929
# litellm is the single LLM upstream. It pulls openai in transitively, but the project no
3030
# longer depends on or imports openai (or instructor) directly.
3131
'litellm',
32-
'PyYAML == 6.0.1',
33-
'python-dotenv == 1.0.1',
34-
'pypsexec == 0.3.0',
35-
'pydantic == 2.8.2',
32+
'PyYAML',
33+
'python-dotenv',
34+
'pypsexec',
35+
'pydantic',
3636
'BeautifulSoup4',
3737
'faker',
3838
'fpdf',

0 commit comments

Comments
 (0)