Skip to content

Commit

Permalink
Merge pull request #6 from Clokkehl/Removing-Bson-As-Its-Deprecated
Browse files Browse the repository at this point in the history
Standalone Bson Deprecated and so should be removed
  • Loading branch information
dkraczkowski authored Jan 18, 2023
2 parents ababfa9 + 79c1098 commit 9eb7f84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
34 changes: 2 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chocs_middleware.openapi"
version = "1.2.0"
version = "1.2.1"
description = "Middleware to validate incoming requests with openapi spec."
authors = [
"Dawid Kraczkowski <dawid.kraczkowski@gmail.com>"
Expand Down Expand Up @@ -33,7 +33,6 @@ classifiers = [
python = "^3.8"
chocs = "^1.6.1"
opyapi = "^1.3.1"
bson = "^0.5.10"

[tool.poetry.dev-dependencies]
pytest = "^4.1.0"
Expand Down

0 comments on commit 9eb7f84

Please sign in to comment.