We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27cae4 commit 7b39d14Copy full SHA for 7b39d14
pyproject.toml
@@ -11,7 +11,7 @@ dynamic = ["version"]
11
dependencies = [
12
"bibtexparser~=1.4.0",
13
"networkx~=3.0",
14
- "pydantic~=2.10.6",
+ "pydantic~=2.11.7",
15
"requests~=2.32.3",
16
"typer~=0.16.0",
17
]
@@ -35,10 +35,10 @@ classifiers = [
35
36
[dependency-groups]
37
dev = [
38
- "pytest~=8.3.4",
39
- "pre-commit~=2.20.0",
40
- "ruff~=0.8.2",
41
- "mypy~=1.9.0",
+ "pytest~=8.4.1",
+ "pre-commit~=4.3.0",
+ "ruff~=0.12.11",
+ "mypy~=1.17.1",
42
"types-requests>=2.32.0.20241016",
43
"ipython>=8.18.1",
44
src/bibx/__init__.py
@@ -28,7 +28,7 @@
28
"read_wos",
29
30
31
-__version__ = "0.7.1"
+__version__ = "0.7.2"
32
33
34
def query_openalex(
0 commit comments