Alex Cabrera commited on
Commit
cc8cccd
1 Parent(s): 678531b
Files changed (2) hide show
  1. poetry.lock +4 -4
  2. pyproject.toml +1 -1
poetry.lock CHANGED
@@ -2997,14 +2997,14 @@ multidict = ">=4.0"
2997
 
2998
  [[package]]
2999
  name = "zeno-evals"
3000
- version = "0.1.8"
3001
  description = "Visualize OpenAI evals with Zeno"
3002
  category = "main"
3003
  optional = false
3004
  python-versions = ">=3.9,<=3.11"
3005
  files = [
3006
- {file = "zeno_evals-0.1.8-py3-none-any.whl", hash = "sha256:64ff4b7e1f247be7d591c190cc909eaf02d83f1850549a6d97b33f109830dcf5"},
3007
- {file = "zeno_evals-0.1.8.tar.gz", hash = "sha256:cea1ba179c2594294ddeca0391842ccc476701a34572fe2733e3512eca8d8a9c"},
3008
  ]
3009
 
3010
  [package.dependencies]
@@ -3059,4 +3059,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
3059
  [metadata]
3060
  lock-version = "2.0"
3061
  python-versions = "^3.9.0,<=3.11"
3062
- content-hash = "8cdb312a4e47f0c40a7d68d98eabd87ebbca4d8be8effd857af440212db659ad"
 
2997
 
2998
  [[package]]
2999
  name = "zeno-evals"
3000
+ version = "0.1.9"
3001
  description = "Visualize OpenAI evals with Zeno"
3002
  category = "main"
3003
  optional = false
3004
  python-versions = ">=3.9,<=3.11"
3005
  files = [
3006
+ {file = "zeno_evals-0.1.9-py3-none-any.whl", hash = "sha256:841b477f79351180c692362ac25a562aaff1c64f988da7f560fdbe231505c731"},
3007
+ {file = "zeno_evals-0.1.9.tar.gz", hash = "sha256:190e4d0466f68d0f7a7476606faf0d27ae9f741e0a0f25668eeedada249eda0f"},
3008
  ]
3009
 
3010
  [package.dependencies]
 
3059
  [metadata]
3060
  lock-version = "2.0"
3061
  python-versions = "^3.9.0,<=3.11"
3062
+ content-hash = "c28235c2c8e520f3ecbcd55e84581fc4f7783887c7764f556e2f404cba3c7c29"
pyproject.toml CHANGED
@@ -10,7 +10,7 @@ zenoml = "^0.4.7"
10
  python = "^3.9.0,<=3.11"
11
  fastapi = "^0.95.0"
12
  uvicorn = "^0.21.1"
13
- zeno-evals = "^0.1.8"
14
  pyyaml = "^6.0"
15
  wordfreq = "^3.0.3"
16
 
 
10
  python = "^3.9.0,<=3.11"
11
  fastapi = "^0.95.0"
12
  uvicorn = "^0.21.1"
13
+ zeno-evals = "^0.1.9"
14
  pyyaml = "^6.0"
15
  wordfreq = "^3.0.3"
16