alvinhenrick commited on
Commit
ca6b834
1 Parent(s): a2e0c32

fix dependency 2

Browse files
Files changed (2) hide show
  1. poetry.lock +7 -7
  2. pyproject.toml +1 -1
poetry.lock CHANGED
@@ -1022,19 +1022,19 @@ files = [
1022
 
1023
  [[package]]
1024
  name = "langchain"
1025
- version = "0.2.13"
1026
  description = "Building applications with LLMs through composability"
1027
  optional = false
1028
  python-versions = "<4.0,>=3.8.1"
1029
  files = [
1030
- {file = "langchain-0.2.13-py3-none-any.whl", hash = "sha256:80f21e48cdada424dd2af9bbf42234fe095744cf181b31eeb63d1da7479e2783"},
1031
- {file = "langchain-0.2.13.tar.gz", hash = "sha256:947e96ac3153a46aa6a0d8207e5f8b6794084c397f60a01bbf4bba78e6838fee"},
1032
  ]
1033
 
1034
  [package.dependencies]
1035
  aiohttp = ">=3.8.3,<4.0.0"
1036
  async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
1037
- langchain-core = ">=0.2.30,<0.3.0"
1038
  langchain-text-splitters = ">=0.2.0,<0.3.0"
1039
  langsmith = ">=0.1.17,<0.2.0"
1040
  numpy = [
@@ -2108,13 +2108,13 @@ files = [
2108
 
2109
  [[package]]
2110
  name = "openai"
2111
- version = "1.40.6"
2112
  description = "The official Python library for the openai API"
2113
  optional = false
2114
  python-versions = ">=3.7.1"
2115
  files = [
2116
- {file = "openai-1.40.6-py3-none-any.whl", hash = "sha256:b36372124a779381a420a34dd96f762baa748b6bdfaf83a6b9f2745f72ccc1c5"},
2117
- {file = "openai-1.40.6.tar.gz", hash = "sha256:2239232bcb7f4bd4ce8e02544b5769618582411cf399816d96686d1b6c1e5c8d"},
2118
  ]
2119
 
2120
  [package.dependencies]
 
1022
 
1023
  [[package]]
1024
  name = "langchain"
1025
+ version = "0.2.14"
1026
  description = "Building applications with LLMs through composability"
1027
  optional = false
1028
  python-versions = "<4.0,>=3.8.1"
1029
  files = [
1030
+ {file = "langchain-0.2.14-py3-none-any.whl", hash = "sha256:eed76194ee7d9c081037a3df7868d4de90e0410b51fc1ca933a8379e464bf40c"},
1031
+ {file = "langchain-0.2.14.tar.gz", hash = "sha256:dc2aa5a58882054fb5d043c39ab8332ebd055f88f17839da68e1c7fd0a4fefe2"},
1032
  ]
1033
 
1034
  [package.dependencies]
1035
  aiohttp = ">=3.8.3,<4.0.0"
1036
  async-timeout = {version = ">=4.0.0,<5.0.0", markers = "python_version < \"3.11\""}
1037
+ langchain-core = ">=0.2.32,<0.3.0"
1038
  langchain-text-splitters = ">=0.2.0,<0.3.0"
1039
  langsmith = ">=0.1.17,<0.2.0"
1040
  numpy = [
 
2108
 
2109
  [[package]]
2110
  name = "openai"
2111
+ version = "1.40.7"
2112
  description = "The official Python library for the openai API"
2113
  optional = false
2114
  python-versions = ">=3.7.1"
2115
  files = [
2116
+ {file = "openai-1.40.7-py3-none-any.whl", hash = "sha256:e6b9431cefacfbc88fe630b4b42d7a0876ac1203fdfbf61d31d0c10273219622"},
2117
+ {file = "openai-1.40.7.tar.gz", hash = "sha256:f29b00250483883c0a1abfb2710b1eed25321ceb04a73a6792c9784bb7365799"},
2118
  ]
2119
 
2120
  [package.dependencies]
pyproject.toml CHANGED
@@ -43,5 +43,5 @@ requires = ["poetry-core"]
43
  build-backend = "poetry.core.masonry.api"
44
 
45
  [tool.pytest.ini_options]
46
- addopts = "-vvv"
47
  testpaths = "tests"
 
43
  build-backend = "poetry.core.masonry.api"
44
 
45
  [tool.pytest.ini_options]
46
+ addopts = "-vvv -s"
47
  testpaths = "tests"