Skip to content

Commit

Permalink
Attribute error module openai has no attribute error (#213)
Browse files Browse the repository at this point in the history
* Update docstring-gen version

* Update docstring-gen version

* WIP

* Fix numpy version in dev requirements

* Fix numpy version in dev requirements

* Update docstring-gen version

* update package version
  • Loading branch information
harishmohanraj authored Feb 21, 2024
1 parent 80e0031 commit 304af97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
#args: ["-r", "nbdev_mkdocs"]

- repo: https://github.com/returntocorp/semgrep
rev: "v1.14.0"
rev: "v1.61.1"
hooks:
- id: semgrep
name: Semgrep
Expand Down
2 changes: 1 addition & 1 deletion nbdev_mkdocs/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0rc0"
__version__ = "0.6.1rc0"
8 changes: 4 additions & 4 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
### Python library ###
repo = nbdev-mkdocs
lib_name = %(repo)s
version = 0.7.0rc0
version = 0.6.1rc0
min_python = 3.8
license = apache2

Expand Down Expand Up @@ -54,14 +54,14 @@ requirements = \
ruamel.yaml>=0.17.21 \
openai>=0.27.2 \
playwright>=1.28.0 \
docstring-gen>=0.3.0 \
docstring-gen==0.4.0 \
mypy-extensions>=0.4.3 \
mike>=1.1.2 \
nbformat>=5.8.0

dev_requirements = \
bandit==1.7.4 \
semgrep==1.14.0 \
semgrep==1.61.1 \
pytest==7.2.1 \
nbqa==1.5.3 \
black==23.1.0 \
Expand All @@ -70,7 +70,7 @@ dev_requirements = \
pre-commit==2.21.0 \
detect-secrets==1.4.0 \
pandas>=1.3.5,<2.0.0 \
numpy>=1.21.6
numpy==1.24.3


console_scripts = nbdev_mkdocs=nbdev_mkdocs._cli:_app

0 comments on commit 304af97

Please sign in to comment.