Skip to content

Commit

Permalink
build(deps): bump honeybee-schema from 1.30.2 to 1.30.3
Browse files Browse the repository at this point in the history
Made a fix in docs.py to pass a list to openapi instead of an item.
  • Loading branch information
mostaphaRoudsari committed May 15, 2020
1 parent 46f8eab commit ac464b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@

# add the mapper file
with open('./docs/model_mapper.json', 'w') as out_file:
json.dump(class_mapper(Model), out_file, indent=2)
json.dump(class_mapper([Model]), out_file, indent=2)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

honeybee-schema==1.30.2
honeybee-schema==1.30.3
# pydantic==1.5.1
git+https://github.com/samuelcolvin/pydantic.git@5067508eca6222b9315b1e38a30ddc975dee05e7

0 comments on commit ac464b1

Please sign in to comment.