Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "taskgen-ai"
version = "3.4.1"
version = "3.4.2"
authors = [
{ name="John Tan Chong Min", email="tanchongmin@gmail.com" },
]
Expand All @@ -19,7 +19,7 @@ classifiers = [
dependencies = ["openai>=1.59.6",
"langchain", "dill>=0.3.9", "termcolor>=3.1.0", "requests",
"python-docx", "pandas", "xlrd",
"asyncio", "opentelemetry-sdk~=1.32.1"]
"asyncio", "opentelemetry-sdk~=1.35.0"]

[project.urls]
Homepage = "https://github.com/simbianai/taskgen"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ python-docx
pandas
xlrd
asyncio
#this specific version due to pycti in sa
opentelemetry-sdk~=1.32.1
#this specific version due to pycti in sa (updated for pycti 6.8.7)
opentelemetry-sdk~=1.35.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="taskgen",
version="3.4.1",
version="3.4.2",
packages=find_packages(),
install_requires=[
"openai>=1.59.6",
Expand Down