Commit 53e0aec5 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.langchain-google-genai: remove relaxed dep on -core

parent 9eb03cc8
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -43,12 +43,6 @@ buildPythonPackage rec {

  build-system = [ hatchling ];

  pythonRelaxDeps = [
    # Each component release requests the exact latest core.
    # That prevents us from updating individual components.
    "langchain-core"
  ];

  dependencies = [
    filetype
    google-api-core