Downgrade openhands-aci to 0.1.2 (#5646)

This commit is contained in:
Ryan H. Tran 2024-12-17 21:44:39 +07:00 committed by GitHub
parent 1ffd66f62e
commit 5e3123964f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
[[package]]
name = "aiohappyeyeballs"
@ -5466,13 +5466,13 @@ numpy = {version = ">=1.26.0", markers = "python_version >= \"3.12\""}
[[package]]
name = "openhands-aci"
version = "0.1.3"
version = "0.1.2"
description = "An Agent-Computer Interface (ACI) designed for software development agents OpenHands."
optional = false
python-versions = "<4.0,>=3.12"
files = [
{file = "openhands_aci-0.1.3-py3-none-any.whl", hash = "sha256:d3f3aad2fe201989e68fd2785c1d70fbed0d2393f6c49b5759804628f90aebbe"},
{file = "openhands_aci-0.1.3.tar.gz", hash = "sha256:9ece23deff85e646e3b133b99eb1d881fdb4ef99e1692677299e6ace9a40ffac"},
{file = "openhands_aci-0.1.2-py3-none-any.whl", hash = "sha256:a2fcae7a2f1047d516d6862742c7a2f8ea988c6a58295599bc305c99b8d53067"},
{file = "openhands_aci-0.1.2.tar.gz", hash = "sha256:c3c91aa3f13554159168b44a7f86bf333da30067fa6370a46ed785bf4240631b"},
]
[package.dependencies]
@ -10088,4 +10088,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "761f94410b47d90554c1cf45868c8e50e93d22a25f0d1ea15335ce588c13cea5"
content-hash = "c770c2ef5342d40b2288168e983f40e9fc8d16ced074cf67586c7e923bb6f3f8"

View File

@ -64,7 +64,7 @@ modal = ">=0.66.26,<0.69.0"
runloop-api-client = "0.11.0"
pygithub = "^2.5.0"
joblib = "*"
openhands-aci = "^0.1.2"
openhands-aci = "0.1.2"
python-socketio = "^5.11.4"
redis = "^5.2.0"