Commit eeea4ef
committed
Target driver version 6.0.3
1 parent 761ae20 commit eeea4ef
File tree
5 files changed
+252
-269
lines changed- changelog.d
- tests/vector
- from_driver
5 files changed
+252
-269
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
- .dockerignore-2
- .pre-commit-config.yaml+3-3
- bin/make-unasync-1
- pyproject.toml+2-5
- src/neo4j/_async/driver.py+2-2
- src/neo4j/_codec/hydration/v1/temporal.py+18-11
- src/neo4j/_sync/driver.py+2-2
- src/neo4j/_typing.py+2
- src/neo4j/vector.py+141-369
- testkit/Dockerfile+81-27
- testkit/_common.py+1
- testkit/backend.py+2-1
- testkit/build.py+13-1
- testkitbackend/_async/requests.py+4-4
- testkitbackend/_sync/requests.py+4-4
- testkitbackend/exceptions.py+18
- testkitbackend/test_config.json+1-1
- testkitbackend/test_config.py+46
- testkitbackend/time_warp_compat.py+59
- tests/integration/test_readme.py+2-2
- tests/unit/common/test_api.py-1
- tests/unit/common/vector/test_vector.py+246-182
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments