Skip to content

Commit

Permalink
Merge pull request #57 from OSU-NLP-Group/httpx-fix
Browse files Browse the repository at this point in the history
Pin httpx version to 0.27.2 to fix the conflict with openai
  • Loading branch information
duz-sg authored Jan 15, 2025
2 parents 2fdbf37 + 444c034 commit c357437
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions seeact_package/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include seeact/mark_page.js
6 changes: 5 additions & 1 deletion seeact_package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
include-package-data = true

[project]
name = "seeact"
version = "0.2.8.0"
version = "0.2.9.0"
description = "SeeAct is a system for generalist web agents that autonomously carry out tasks on any given website, with a focus on large multimodal models (LMMs) such as GPT-4V(ision). It consists of two main components: (1) A robust codebase that supports running web agents on live websites, and (2) an innovative framework that utilizes LMMs as generalist web agents."
authors = [
{name = "Boyu Gou", email = "gou.43@osu.edu"},
Expand All @@ -20,6 +23,7 @@ dependencies = [
"playwright",
"toml",
"openai==1.24.0",
"httpx==0.27.2",
"litellm==1.35.32",
"google-generativeai==0.5.2",
"python-dotenv"
Expand Down
1 change: 1 addition & 0 deletions seeact_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ backoff==2.2.1
InquirerPy==0.3.4
lxml==4.9.3
openai==1.24.0
httpx==0.27.2
python-dotenv==1.0.1
litellm==1.35.32
google-generativeai==0.5.2
Expand Down

0 comments on commit c357437

Please sign in to comment.