File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
pkgs/development/python-modules Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage rec {
2020 pname = "polyfactory" ;
21- version = "2.18.0 " ;
21+ version = "2.18.1 " ;
2222 pyproject = true ;
2323
2424 src = fetchPypi {
2525 inherit version pname ;
26- hash = "sha256-BNi01JhuQGzUwWzAHou3Rwg4QtV6XA26Y6Ie5e91umY =" ;
26+ hash = "sha256-F8nbGK/k+4192OW6KW5p2g/PfQ87Y9GEDrENE1rtWq0 =" ;
2727 } ;
2828
2929 build-system = [ hatchling ] ;
Original file line number Diff line number Diff line change 2626
2727buildPythonPackage rec {
2828 pname = "weaviate-client" ;
29- version = "4.9.3 " ;
29+ version = "4.9.4 " ;
3030 pyproject = true ;
3131
32- disabled = pythonOlder "3.8 " ;
32+ disabled = pythonOlder "3.12 " ;
3333
3434 src = fetchFromGitHub {
3535 owner = "weaviate" ;
3636 repo = "weaviate-python-client" ;
3737 rev = "refs/tags/v${ version } " ;
38- hash = "sha256-F5vU5JKAOztoJwTe+OL3QKHbuhbbXL5WMia2AYrkRS0 =" ;
38+ hash = "sha256-lKb8oxWK8y73zPpPJVX25MYBa6C9n96ZkGxLm3Z9r9U =" ;
3939 } ;
4040
4141 pythonRelaxDeps = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
6767 nativeCheckInputs = [
6868 pytest-httpserver
6969 pytest-asyncio
70- pytestCheckHook # pytestCheckHook won't work
70+ pytestCheckHook
7171 ] ;
7272
7373 preCheck = ''
You can’t perform that action at this time.
0 commit comments