Skyvern is only compatible with python 3.11 currently; Remove poetry.lock (#6)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -167,3 +167,6 @@ har/
|
||||
|
||||
# Streamlit ignores
|
||||
**/secrets*.toml
|
||||
|
||||
# poetry lock
|
||||
poetry.lock
|
||||
|
||||
6863
poetry.lock
generated
6863
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ readme = "README.md"
|
||||
packages = [{ include = "skyvern" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
python = "^3.11,<3.12"
|
||||
python-dotenv = "^1.0.0"
|
||||
openai = "<1.8"
|
||||
tenacity = "^8.2.2"
|
||||
|
||||
Reference in New Issue
Block a user