Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Set up Python
uses: actions/setup-python@v5
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
with:
python-version: '3.11' # Ensure the Python version is correct

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
working-directory: ${{ github.workspace }}

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication
publish_branch: gh-pages # Target branch for GitHub Pages deployment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4 # Updated to the latest version
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 # Updated to the latest version
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4 # Updated to the latest version
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4 # Updated to the latest version
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -37,7 +37,7 @@ jobs:
poetry run pytest

- name: Upload pytest results as an artifact (optional)
uses: actions/upload-artifact@v4 # Updated to the latest version
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 # Updated to the latest version
if: always() # Always run this step to ensure test results are saved even if previous steps fail
with:
name: pytest-results
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4
with:
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1
uses: snok/install-poetry@a783c322200f0519c7926aa6faa857c4e23e9263 # v1
with:
version: latest
virtualenvs-create: true
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
poetry build

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
with:
tag_name: v${{ steps.version.outputs.VERSION }}
name: Release v${{ steps.version.outputs.VERSION }}
Expand Down
18 changes: 9 additions & 9 deletions adalflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,16 +92,16 @@ types-pyyaml = "^6.0.12.20240311"
types-tqdm = "^4.66.0.20240417"

[tool.poetry.group.dev.dependencies]
pre-commit = "^3.7.0"
graphviz = "^0.20.3"
tensorboard = "^2.17.0"
pre-commit = "3.8.0"
graphviz = "0.20.3"
tensorboard = "2.20.0"
tensorboardx = "^2.6.2.2"
matplotlib = "^3.9.1"
azure-identity = "^1.18.0"
azure-core = "^1.31.0"
pyvis = "^0.3.2"
uvicorn = "^0.35.0"
fastapi = "^0.116.1"
matplotlib = "3.10.5"
azure-identity = "1.24.0"
azure-core = "1.35.0"
pyvis = "0.3.2"
uvicorn = "0.35.0"
fastapi = "0.116.1"

[tool.poetry.group.extra.dependencies]
datasets = "^2.21.0"
Expand Down
3 changes: 1 addition & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 37 additions & 37 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,48 +23,48 @@ asyncstdlib = "^3.13.1"

[tool.poetry.group.dev.dependencies]

pre-commit = "^3.7.0"
anthropic = "^0.55.0"
torchmetrics = "^1.4.0.post0"
jupyter = "^1.0.0"
ipykernel = "^6.29.4"
dataclasses-jsonschema = "^2.16.0"
groq = "^0.9.0"
pgvector = "^0.2.5"
cohere = "^5.5.8"
pydot = "^2.0.0"
matplotlib = "^3.9.0"
ollama = "^0.2.1"
torch = ">=2.0, <3.0"
textgrad = "^0.1.4"
pre-commit = "3.8.0"
anthropic = "0.55.0"
torchmetrics = "1.8.0"
jupyter = "1.1.1"
ipykernel = "6.30.0"
dataclasses-jsonschema = "2.16.0"
groq = "0.9.0"
pgvector = "0.2.5"
cohere = "5.16.1"
pydot = "2.0.0"
matplotlib = "3.10.3"
ollama = "0.2.1"
torch = "==2.7.1"
textgrad = "0.1.8"
tensorboardx = "^2.6.2.2"
tensorboard = "^2.17.0"
dspy = { version = "^2.6.27", markers = "python_version < '3.14'" }
dspy-ai = { version = "^2.6.27", markers = "python_version < '3.14'" }
mlflow = "^3.1.4"
aioconsole = "^0.8.1"
boto3 = "^1.39.15"
azure-identity = "^1.23.1"
azure-core = "^1.35.0"
azure-ai-formrecognizer = "^3.3.3"
azure-ai-textanalytics = "^5.3.0"
tensorboard = "2.20.0"
dspy = { version = "2.6.27", markers = "python_version < '3.14'" }
dspy-ai = { version = "2.6.27", markers = "python_version < '3.14'" }
mlflow = "3.1.4"
aioconsole = "0.8.1"
boto3 = "1.39.15"
azure-identity = "1.23.1"
azure-core = "1.35.0"
azure-ai-formrecognizer = "3.3.3"
azure-ai-textanalytics = "5.3.0"


transformers = "^4.44.0"
accelerate = "^0.33.0"
faiss-cpu = "^1.8.0.post1"
nltk = "^3.9.1"
ragas = "^0.1.16"
colorama = "^0.4.6"
black = "^24.10.0"
ruff = "^0.8.0"
google-generativeai = "^0.8.3"
together = "^1.3.14"
transformers = "4.54.1"
accelerate = "0.33.0"
faiss-cpu = "1.11.0.post1"
nltk = "3.9.1"
ragas = "0.1.22"
colorama = "0.4.6"
black = "24.10.0"
ruff = "0.8.6"
google-generativeai = "0.8.5"
together = "1.5.21"
mistralai = "1.5.0"
fireworks-ai = "0.15.12"
mcp = "^1.9.4"
openai = "^1.97.1"
openai-agents = "^0.0.19"
mcp = "1.12.2"
openai = "1.97.1"
openai-agents = "0.0.19"


[build-system]
Expand Down
Loading