We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b5dce commit f27cae4Copy full SHA for f27cae4
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"networkx~=3.0",
14
"pydantic~=2.10.6",
15
"requests~=2.32.3",
16
- "typer[all]~=0.16.0",
+ "typer~=0.16.0",
17
]
18
requires-python = ">=3.9"
19
classifiers = [
src/bibx/__init__.py
@@ -28,7 +28,7 @@
28
"read_wos",
29
30
31
-__version__ = "0.7.0"
+__version__ = "0.7.1"
32
33
34
def query_openalex(
0 commit comments